mirror of
https://github.com/vsariola/sointu.git
synced 2025-07-18 21:14:31 -04:00
upgrade ilammy/setup-nasm to v1.4.0 and wat2wasm to v1.0.29
wat2wasm doesn't support --enable-bulk-memory anymore, presumably because it is part of the standard nowadays
This commit is contained in:
parent
e73365b980
commit
6129076e97
4
.github/workflows/tests.yml
vendored
4
.github/workflows/tests.yml
vendored
@ -43,13 +43,13 @@ jobs:
|
||||
- uses: lukka/get-cmake@v3.18.3
|
||||
- uses: vsariola/setup-wabt@v1.0.1
|
||||
with:
|
||||
version: 1.0.20
|
||||
version: 1.0.29
|
||||
- uses: actions/setup-go@v2
|
||||
- uses: actions/setup-node@v2
|
||||
with:
|
||||
node-version: '15'
|
||||
- uses: actions/checkout@v2
|
||||
- uses: ilammy/setup-nasm@v1.2.0
|
||||
- uses: ilammy/setup-nasm@v1.4.0
|
||||
- name: Run ctest
|
||||
env:
|
||||
ASM_NASM: ${{ matrix.config.asmnasm }}
|
||||
|
Reference in New Issue
Block a user