From c15679521b694e7112c9e6d5ee0f5a3e70c366a6 Mon Sep 17 00:00:00 2001 From: ruki Date: Fri, 17 Jan 2025 22:05:31 +0800 Subject: [PATCH] Update cosmocc.yml --- .github/workflows/cosmocc.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/cosmocc.yml b/.github/workflows/cosmocc.yml index a8ec237e72..74429e1770 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"