Skip to content

Commit

Permalink
continue debugging workflow 12
Browse files Browse the repository at this point in the history
  • Loading branch information
nick1udwig committed Sep 11, 2024
1 parent 9308a72 commit ece9fd0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/mdbook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ jobs:
steps:
- name: Checkout repo
uses: actions/checkout@v2
- name: Add home to path
run: echo "$HOME" >> $GITHUB_PATH
- name: Install build dependencies
run: |
curl --proto '=https' --tlsv1.2 https://sh.rustup.rs -sSf -y | sh
Expand All @@ -35,8 +37,6 @@ jobs:
rustup target add wasm32-wasi
rustup target add wasm32-wasi --toolchain nightly
cargo install cargo-wasi
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
Expand Down

0 comments on commit ece9fd0

Please sign in to comment.