From 34e3675e4199fc4faaf9b7e4d29b5b77f0894ea2 Mon Sep 17 00:00:00 2001 From: Gabriel Gerlero Date: Wed, 8 May 2024 12:21:45 -0300 Subject: [PATCH] Update build workflow --- .github/workflows/build-test.yml | 4 ---- 1 file changed, 4 deletions(-) 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