We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 01c12ef commit c156795Copy full SHA for c156795
.github/workflows/cosmocc.yml
@@ -61,6 +61,7 @@ jobs:
61
62
# In the tests, cmake tries to use make from the cosmopolitan toolchain and fails, so uninstall it
63
- name: Remove cosmocc
64
+ if: matrix.os == 'macos-13'
65
run: |
66
INSTALL_DIR="${{runner.temp}}/cosmocc-4.0.2"
67
echo "Removing cosmocc from PATH"
0 commit comments