Skip to content

Commit

Permalink
continue debugging workflow 13
Browse files Browse the repository at this point in the history
  • Loading branch information
nick1udwig committed Sep 11, 2024
1 parent ece9fd0 commit 57a4d39
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/mdbook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,14 +30,17 @@ jobs:
run: echo "$HOME" >> $GITHUB_PATH
- name: Install build dependencies
run: |
echo "$PATH"
ls -la
ls -la ~
nvm install 20.0.0
curl --proto '=https' --tlsv1.2 https://sh.rustup.rs -sSf -y | sh
rustup update
cargo install wasm-tools
rustup install nightly
rustup target add wasm32-wasi
rustup target add wasm32-wasi --toolchain nightly
cargo install cargo-wasi
nvm install 20.0.0
#- name: Get latest release from foundry-rs/foundry
# id: get-latest-foundry-release
# uses: actions/github-script@v6
Expand Down

0 comments on commit 57a4d39

Please sign in to comment.