Skip to content

Commit

Permalink
Update wasm.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
rcowsill authored May 30, 2024
1 parent 07d0197 commit 5783684
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/scripts/wasm.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ RUN_OPTS=(
IMAGE_DIGEST="sha256:f9479effb0d095fea1c8501b57c18d13876a5e3bfebcb71f0da68a0fe49c935f"
EMSDK_IMAGE="emscripten/emsdk@$IMAGE_DIGEST"

docker run "${RUN_OPTS[@]}" "$EMSDK_IMAGE" bash - <.github/scripts/wasm/cmake.sh
docker run ${RUN_OPTS[@]} "$EMSDK_IMAGE" bash - <.github/scripts/wasm/cmake.sh

0 comments on commit 5783684

Please sign in to comment.