Skip to content

Commit

Permalink
don't compile from scratch
Browse files Browse the repository at this point in the history
  • Loading branch information
paulgb committed Oct 20, 2023
1 parent 0b4806c commit 66b1d09
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/runner.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
FROM rust:1.56-slim

RUN cargo install wasm-pack
#RUN cargo install wasm-pack
RUN curl https://rustwasm.github.io/wasm-pack/installer/init.sh -sSf | sh

0 comments on commit 66b1d09

Please sign in to comment.