Skip to content

Commit

Permalink
Add wasm32-unknown-unknown to ci/cd dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
paulgb committed Oct 21, 2023
1 parent cd34396 commit 9cffb0d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/runner.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,5 @@ FROM rust:1.73-slim
RUN cargo install wasm-pack

RUN cargo install worker-build --version 0.0.10 --force

RUN rustup target add wasm32-unknown-unknown

0 comments on commit 9cffb0d

Please sign in to comment.