Skip to content

Commit

Permalink
rename WASM_RUNTIME to WASM_BACKEND
Browse files Browse the repository at this point in the history
  • Loading branch information
yamt committed Sep 25, 2024
1 parent 984163a commit 63ddcc6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
wasm4: bin/wasm4
libretro: lib/wasm4_libretro.so

wasm_runtime:
wasm_backend:
- wasm3

- toywasm
Expand All @@ -48,7 +48,7 @@ jobs:
- name: Build
run: |
cmake -B build -DCMAKE_BUILD_TYPE=Release -DWASM_RUNTIME=${{ matrix.wasm_runtime }}
cmake -B build -DCMAKE_BUILD_TYPE=Release -DWASM_BACKEND=${{ matrix.wasm_backend }}
cmake --build build --config Release --parallel
- name: Install
Expand All @@ -58,13 +58,13 @@ jobs:
uses: actions/[email protected]
with:
path: runtimes/native/instdir/${{ matrix.config.wasm4 }}
name: wasm4-${{ matrix.wasm_runtime }}-${{ matrix.config.artifact }}
name: wasm4-${{ matrix.wasm_backend }}-${{ matrix.config.artifact }}

- name: Upload libretro artifact
uses: actions/[email protected]
with:
path: runtimes/native/instdir/${{ matrix.config.libretro }}
name: wasm4-libretro-${{ matrix.wasm_runtime }}-${{ matrix.config.artifact }}
name: wasm4-libretro-${{ matrix.wasm_backend }}-${{ matrix.config.artifact }}

build-cli:
name: Build w4 CLI
Expand Down

0 comments on commit 63ddcc6

Please sign in to comment.