Skip to content

Commit

Permalink
Build
Browse files Browse the repository at this point in the history
  • Loading branch information
outkine committed Mar 25, 2024
1 parent 3532d4c commit 9910cb1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ jobs:
run: |
source ~/.wasmer/wasmer.sh
for runner in lang-runners/*.wasm; do
wasmer compile --target x86_64-pc-windows-msvc --llvm "$runner" -o "${runner/.wasm/.wjit}"
rm "$runner"
wasmer compile --target x86_64-pc-windows-msvc --llvm "$runner" -o "${runner/.wasm/.wasmu}"
rm "$runner
done
- uses: actions/upload-artifact@v2
Expand All @@ -35,7 +35,7 @@ jobs:
path: lang-runners/

build:
# needs: compile_windows
needs: compile_windows
runs-on: ${{ matrix.os }}

strategy:
Expand Down

0 comments on commit 9910cb1

Please sign in to comment.