Skip to content

Commit

Permalink
fix: asdf installation
Browse files Browse the repository at this point in the history
  • Loading branch information
Yashiru committed Apr 9, 2024
1 parent d2255d2 commit 576ef54
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/foudry_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ env:
CI: true

jobs:
run-tests:
run-foundry-tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand All @@ -31,7 +31,7 @@ jobs:
run: npm install -g yarn

- name: Install asdf
run: git clone https://github.com/asdf-vm/asdf.git ~/.asdf --branch v0.14.0 && echo '. "$HOME/.asdf/asdf.sh"' >> ~/.bashrc
run: git clone https://github.com/asdf-vm/asdf.git ~/.asdf --branch v0.14.0 && bash $HOME/.asdf/asdf.sh

- name: asdf
run: asdf plugin add nodejs https://github.com/asdf-vm/asdf-nodejs.git && asdf plugin-add yarn
Expand Down

0 comments on commit 576ef54

Please sign in to comment.