diff --git a/.github/workflows/build-test.yml b/.github/workflows/build-test.yml index 8b8c691..248fc96 100644 --- a/.github/workflows/build-test.yml +++ b/.github/workflows/build-test.yml @@ -97,8 +97,6 @@ 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 @@ -137,8 +135,6 @@ jobs: needs: deps runs-on: ${{ inputs.build-os }} steps: - - name: Use Xcode Command Line Tools - run: sudo xcode-select --switch /Library/Developer/CommandLineTools - name: Checkout uses: actions/checkout@v4 - name: Restore cached build if available