Skip to content

Commit

Permalink
continue debugging workflow 14
Browse files Browse the repository at this point in the history
  • Loading branch information
nick1udwig committed Sep 11, 2024
1 parent 57a4d39 commit dc7a89e
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions .github/workflows/mdbook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,14 +26,16 @@ jobs:
steps:
- name: Checkout repo
uses: actions/checkout@v2
- name: Add home to path
run: echo "$HOME" >> $GITHUB_PATH
- name: Install build dependencies
- name: Set up nvm, node, npm: p0
run: |
echo "$PATH"
ls -la
ls -la ~
echo "$HOME" >> $GITHUB_PATH
echo "NVM_DIR=$HOME/.nvm" >> $GITHUB_ENV
- name: Set up nvm, node, npm: p1
run: |
source $NVM_DIR/nvm.sh
nvm install 20.0.0
- name: Set up cargo
run: |
curl --proto '=https' --tlsv1.2 https://sh.rustup.rs -sSf -y | sh
rustup update
cargo install wasm-tools
Expand Down

0 comments on commit dc7a89e

Please sign in to comment.