Skip to content

Commit

Permalink
workflow: try windows one last time
Browse files Browse the repository at this point in the history
  • Loading branch information
ZigTag committed Jan 24, 2025
1 parent 37adc0d commit 51496eb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/pre-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ run-name: Create pre-release for `${{ github.ref_name }}`

jobs:
release-wasm:
runs-on: ubuntu-24.04
runs-on: windows-2025
steps:
- uses: actions/checkout@v4

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

# - name: Setup
# run: npm run setup
- name: Setup
run: npm run setup

- name: Build WASM module
run: npm run build:wasm-workflow
Expand Down

0 comments on commit 51496eb

Please sign in to comment.