Skip to content

Commit

Permalink
continue debugging workflow 10
Browse files Browse the repository at this point in the history
  • Loading branch information
nick1udwig committed Sep 10, 2024
1 parent 9725c97 commit b6662c5
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/mdbook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
steps:
- name: Checkout repo
uses: actions/checkout@v2
- name: Install Cargo
- name: Install build dependencies
run: |
curl --proto '=https' --tlsv1.2 https://sh.rustup.rs -sSf -y | sh
rustup update
Expand All @@ -35,6 +35,12 @@ jobs:
rustup target add wasm32-wasi
rustup target add wasm32-wasi --toolchain nightly
cargo install cargo-wasi
nvm --version
node --version
npm --version
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.40.1/install.sh | bash
source ~/.bashrc
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 b6662c5

Please sign in to comment.