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 20efcbc commit 8f5a5c2Copy full SHA for 8f5a5c2
.github/workflows/reusable-wasi.yml
@@ -21,7 +21,7 @@ jobs:
21
persist-credentials: false
22
# No problem resolver registered as one doesn't currently exist for Clang.
23
- name: "Install wasmtime"
24
- uses: bytecodealliance/actions@9152e710e9f7182e4c29ad218e4f335a7b203613 # v1.1.3
+ uses: bytecodealliance/actions/wasmtime/setup@9152e710e9f7182e4c29ad218e4f335a7b203613 # v1.1.3
25
with:
26
version: ${{ env.WASMTIME_VERSION }}
27
- name: "Read WASI SDK version"
0 commit comments