Skip to content

Commit

Permalink
release
Browse files Browse the repository at this point in the history
  • Loading branch information
opeolluwa committed May 14, 2024
1 parent a9d1b3a commit c06f331
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gh-pages-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
- name: Download and install Trunk binary
run: wget -qO- https://github.com/thedodd/trunk/releases/latest/download/trunk-x86_64-unknown-linux-gnu.tar.gz | tar -xzf-
- name: install runst tool chain
run: curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
run: curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -y
- name: add wasm32 target
run: rustup target add wasm32-unknown-unknown
- name: Build # build
Expand Down

0 comments on commit c06f331

Please sign in to comment.