wasm-pack
Some checks failed
webrepl / test (push) Failing after 3m8s

This commit is contained in:
trimill 2025-01-06 00:26:28 -05:00
parent 8591191e02
commit c2fa9d65d7

View file

@ -13,10 +13,7 @@ jobs:
steps:
- name: Install dependencies
run: apk add --no-cache git nodejs util-linux musl-dev
- name: Install wasm-pack
run: cargo install wasm-pack
run: apk add --no-cache git nodejs util-linux wasm-pack
- name: Checkout
uses: actions/checkout@v4