Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions .github/workflows/build-toolchain.yml
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,9 @@ jobs:

- name: Install Homebrew dependencies
if: ${{ startsWith(matrix.build_os, 'macos-') }}
run: brew bundle --file swift/Brewfile
run: |
brew bundle --file swift/Brewfile
brew install curl # For Foundation build

# LLVM implicitly depends on libzstd if it's found in the system
- name: Uninstall libzstd on macOS
Expand Down Expand Up @@ -299,7 +301,7 @@ jobs:
# Prepare for running tests
- uses: bytecodealliance/actions/wasmtime/setup@v1
with:
version: "v17.0.1"
version: "v25.0.3"
github_token: ${{ secrets.GITHUB_TOKEN }}

# WORKAROUND: wasmkit-cli should be built from checked out source but we don't have
Expand Down
2 changes: 1 addition & 1 deletion tools/swift-sdk-generator
Loading