diff --git a/.github/workflows/build-test.yml b/.github/workflows/build-test.yml index 248fc96..a2da2b8 100644 --- a/.github/workflows/build-test.yml +++ b/.github/workflows/build-test.yml @@ -97,6 +97,8 @@ jobs: deps-restore-key: ${{ steps.caching.outputs.DEPS_RESTORE_KEY }} build-restore-key: ${{ steps.caching.outputs.BUILD_RESTORE_KEY }} steps: + - name: Use Xcode Command Line Tools + run: sudo xcode-select --switch /Library/Developer/CommandLineTools - name: Checkout uses: actions/checkout@v4 - name: Get Make recipes for caching