From 576ef54537e0b4b34f8c43af383cb75f044166c0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=C3=A9o=20FASANO?= Date: Tue, 9 Apr 2024 17:43:33 +0200 Subject: [PATCH] fix: asdf installation --- .github/workflows/foudry_tests.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/foudry_tests.yml b/.github/workflows/foudry_tests.yml index a3f4e35d..11c72371 100644 --- a/.github/workflows/foudry_tests.yml +++ b/.github/workflows/foudry_tests.yml @@ -10,7 +10,7 @@ env: CI: true jobs: - run-tests: + run-foundry-tests: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 @@ -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