Skip to content

Commit

Permalink
chore: Reset xcode-select in release.yml workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
sajjadmrx committed Jun 14, 2024
1 parent 7d42e7f commit f2a77c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:
- name: Install Build Tools
run: |
brew install libtool automake autoconf
sudo xcode-select --install
sudo xcode-select --reset
- name: Update node-gyp
run: npm install -g node-gyp
Expand Down

0 comments on commit f2a77c4

Please # to comment.