diff options
| author | ruki <[email protected]> | 2025-01-17 22:05:31 +0800 |
|---|---|---|
| committer | GitHub <[email protected]> | 2025-01-17 22:05:31 +0800 |
| commit | c15679521b694e7112c9e6d5ee0f5a3e70c366a6 (patch) | |
| tree | 8a684e9af75c3b7acd62e581ad253748719e016d | |
| parent | 01c12efdd61c23cc36bb746cd3c72311d10ae854 (diff) | |
Update cosmocc.yml
| -rw-r--r-- | .github/workflows/cosmocc.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/cosmocc.yml b/.github/workflows/cosmocc.yml index a8ec237e7..74429e177 100644 --- a/.github/workflows/cosmocc.yml +++ b/.github/workflows/cosmocc.yml @@ -61,6 +61,7 @@ jobs: # In the tests, cmake tries to use make from the cosmopolitan toolchain and fails, so uninstall it - name: Remove cosmocc + if: matrix.os == 'macos-13' run: | INSTALL_DIR="${{runner.temp}}/cosmocc-4.0.2" echo "Removing cosmocc from PATH" |
