File tree Expand file tree Collapse file tree 2 files changed +10
-4
lines changed Expand file tree Collapse file tree 2 files changed +10
-4
lines changed Original file line number Diff line number Diff line change 1414 steps :
1515 - uses : actions/checkout@v2
1616
17+ - name : Setup Wasmtime
18+ uses : bytecodealliance/actions/wasmtime/setup@v1
19+ with :
20+ version : " 31.0.0"
21+
1722 - name : " Install Go"
1823 uses : actions/setup-go@v3
1924 with :
3035 run : make build
3136
3237 - name : Test
33- env :
34- ENABLE_WASM_OPT : false
3538 run : make test
Original file line number Diff line number Diff line change 1616 - name : set the release version (tag)
1717 run : echo "RELEASE_VERSION=${GITHUB_REF/refs\/tags\//}" >> $GITHUB_ENV
1818
19+ - name : Setup Wasmtime
20+ uses : bytecodealliance/actions/wasmtime/setup@v1
21+ with :
22+ version : " 31.0.0"
23+
1924 - name : " Install Go"
2025 uses : actions/setup-go@v3
2126 with :
3237 run : make build
3338
3439 - name : Test
35- env :
36- ENABLE_WASM_OPT : false
3740 run : make test
3841
3942 - name : generate checksums
You can’t perform that action at this time.
0 commit comments