Skip to content

Commit d837935

Browse files
Install curl on macOS for Foundation build
1 parent 880a145 commit d837935

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/build-toolchain.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,9 @@ jobs:
201201

202202
- name: Install Homebrew dependencies
203203
if: ${{ startsWith(matrix.build_os, 'macos-') }}
204-
run: brew bundle --file swift/Brewfile
204+
run: |
205+
brew bundle --file swift/Brewfile
206+
brew install curl # For Foundation build
205207
206208
# LLVM implicitly depends on libzstd if it's found in the system
207209
- name: Uninstall libzstd on macOS

0 commit comments

Comments
 (0)