We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 11d6136 commit 1f91010Copy full SHA for 1f91010
.github/workflows/build.yml
@@ -29,6 +29,7 @@ jobs:
29
run: sudo xcode-select -switch /Applications/Xcode_15.2.app/Contents/Developer
30
31
- name: Install Homebrew Packages
32
+ continue-on-error: true
33
run: |
34
REQUIRED_PACKAGES=(
35
# Build Dependencies
0 commit comments