mirror of
https://github.com/astral-sh/ruff
synced 2026-01-10 16:15:19 -05: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:
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: |
|
||||
|
||||
Reference in New Issue
Block a user