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 880a145 commit d837935Copy full SHA for d837935
.github/workflows/build-toolchain.yml
@@ -201,7 +201,9 @@ jobs:
201
202
- name: Install Homebrew dependencies
203
if: ${{ startsWith(matrix.build_os, 'macos-') }}
204
- run: brew bundle --file swift/Brewfile
+ run: |
205
+ brew bundle --file swift/Brewfile
206
+ brew install curl # For Foundation build
207
208
# LLVM implicitly depends on libzstd if it's found in the system
209
- name: Uninstall libzstd on macOS
0 commit comments