Skip to content

Commit

Permalink
CI: try without xcode-select again
Browse files Browse the repository at this point in the history
  • Loading branch information
julianoes committed Jan 9, 2025
1 parent 9c3987a commit 5afbce9
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/macos_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,11 +102,11 @@ jobs:
- name: Create build directory
run: mkdir ${{ runner.temp }}/shadow_build_dir

- name: Setup Xcode
run: |
sudo xcode-select --reset
sudo xcode-select --switch /Applications/Xcode.app/Contents/Developer
clang --version # To verify compiler is available
#- name: Setup Xcode
# run: |
# sudo xcode-select --reset
# sudo xcode-select --switch /Applications/Xcode.app/Contents/Developer
# clang --version # To verify compiler is available

- name: Build
working-directory: ${{ runner.temp }}/shadow_build_dir
Expand Down

0 comments on commit 5afbce9

Please sign in to comment.