diff --git a/.github/workflows/build-toolchain.yml b/.github/workflows/build-toolchain.yml index eb915755..3519cd8c 100644 --- a/.github/workflows/build-toolchain.yml +++ b/.github/workflows/build-toolchain.yml @@ -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 @@ -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 diff --git a/tools/swift-sdk-generator b/tools/swift-sdk-generator index 2ae9e219..9071f982 160000 --- a/tools/swift-sdk-generator +++ b/tools/swift-sdk-generator @@ -1 +1 @@ -Subproject commit 2ae9e2191d8265322fc5251c648d306a7d584e25 +Subproject commit 9071f9828c42ddbaab1d34c1313d12bdedeed958