mirror of
https://github.com/astral-sh/ruff.git
synced 2025-10-02 06:41:23 +00:00
Specify the wasm-pack version explicitly (#14465)
There is an upstream bug with latest version detection https://github.com/jetli/wasm-pack-action/issues/23 This causes random flakes of the wasm build job.
This commit is contained in:
parent
dbbe7a773c
commit
9bbeb793e5
1 changed files with 2 additions and 0 deletions
2
.github/workflows/ci.yaml
vendored
2
.github/workflows/ci.yaml
vendored
|
@ -197,6 +197,8 @@ jobs:
|
|||
cache: "npm"
|
||||
cache-dependency-path: playground/package-lock.json
|
||||
- uses: jetli/wasm-pack-action@v0.4.0
|
||||
with:
|
||||
version: v0.13.1
|
||||
- uses: Swatinem/rust-cache@v2
|
||||
- name: "Test ruff_wasm"
|
||||
run: |
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue