From c2fa9d65d727b4622ca2d5a323c295743e4632c8 Mon Sep 17 00:00:00 2001 From: trimill Date: Mon, 6 Jan 2025 00:26:28 -0500 Subject: [PATCH] wasm-pack --- .forgejo/workflows/webrepl.yaml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.forgejo/workflows/webrepl.yaml b/.forgejo/workflows/webrepl.yaml index 13065b8..0d4969d 100644 --- a/.forgejo/workflows/webrepl.yaml +++ b/.forgejo/workflows/webrepl.yaml @@ -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