Skip to content

Commit

Permalink
🐛 Fix xcode-select action
Browse files Browse the repository at this point in the history
  • Loading branch information
iota9star committed Sep 3, 2023
1 parent df6e3f7 commit 501ce25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-apps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ jobs:
with:
channel: stable
- name: Set up xcode
uses: devbotsxyz/xcode-select@v1
uses: BoundfoxStudios/action-xcode-select@v1
- name: Build macos
env:
MACOS_APP_RELEASE_PATH: build/macos/Build/Products/Release
Expand Down

0 comments on commit 501ce25

Please sign in to comment.