We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d2b889f commit ca62b16Copy full SHA for ca62b16
.github/workflows/macos.yml
@@ -13,9 +13,9 @@ jobs:
13
runs-on: macos-latest
14
steps:
15
- uses: actions/checkout@v3
16
- - name: Install Xcode CLI tools
+ - name: Ensure Xcode CLI tools are installed
17
run: |
18
- xcode-select --install
+ xcode-select --install || true
19
- name: Install prerequisites
20
21
brew update
0 commit comments