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 e41945a commit ec70ee2Copy full SHA for ec70ee2
.github/workflows/build-toolchain.yml
@@ -332,7 +332,7 @@ jobs:
332
"./llvm-project/llvm/utils/lit/lit.py \
333
--param swift-sdk=wasm32-unknown-wasi \
334
--param swift-sdks-path=./swiftwasm-build/tools/swift-sdk-generator/Bundles \
335
- --param scheme=main ./swiftwasm-build/test -vv"
+ --param scheme=${{ matrix.scheme }} ./swiftwasm-build/test -vv"
336
337
- name: Cleanup docker volume
338
if: ${{ matrix.container != null }}
0 commit comments