Skip to content

Commit

Permalink
Merge pull request #265 from gerlero/actions
Browse files Browse the repository at this point in the history
Update build workflow
  • Loading branch information
gerlero authored May 21, 2024
2 parents a77d90f + 34e3675 commit 38518cc
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 38518cc

Please sign in to comment.