Skip to content

Commit 51496eb

Browse files
committed
workflow: try windows one last time
1 parent 37adc0d commit 51496eb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/pre-release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ run-name: Create pre-release for `${{ github.ref_name }}`
1010

1111
jobs:
1212
release-wasm:
13-
runs-on: ubuntu-24.04
13+
runs-on: windows-2025
1414
steps:
1515
- uses: actions/checkout@v4
1616

@@ -26,8 +26,8 @@ jobs:
2626
path: $HOME/.cargo/bin
2727
key: ${{ runner.os }}-cargo-msfs
2828

29-
# - name: Setup
30-
# run: npm run setup
29+
- name: Setup
30+
run: npm run setup
3131

3232
- name: Build WASM module
3333
run: npm run build:wasm-workflow

0 commit comments

Comments
 (0)