Skip to content

Commit e80ffc2

Browse files
committed
workflow: try newer ubuntu
1 parent e74ec9d commit e80ffc2

File tree

1 file changed

+10
-4
lines changed

1 file changed

+10
-4
lines changed

.github/workflows/pre-release.yml

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

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

17-
- name: Setup
18-
run: npm run setup
17+
- name: Cache cargo-msfs
18+
uses: actions/cache@v4
19+
with:
20+
path: $HOME/.cargo/bin
21+
key: ${{ runner.os }}-cargo-msfs
22+
23+
# - name: Setup
24+
# run: npm run setup
1925

2026
- name: Build WASM module
21-
run: npm run build:wasm
27+
run: npm run build:wasm-workflow
2228

2329
- name: Pre-Release
2430
uses: softprops/action-gh-release@v1

0 commit comments

Comments
 (0)