From 7daf808752c6b9b982d885a864e2d37a9309173e Mon Sep 17 00:00:00 2001 From: byteZorvin Date: Sat, 28 Sep 2024 16:59:49 +0530 Subject: [PATCH] should fix it --- .github/workflows/starknet-test.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/starknet-test.yml b/.github/workflows/starknet-test.yml index b93b5b4e..a30d38d8 100644 --- a/.github/workflows/starknet-test.yml +++ b/.github/workflows/starknet-test.yml @@ -32,13 +32,13 @@ jobs: override: true - name: Install asdf and dependencies - uses: asdf-vm/actions/install@v3 - with: - before_install: | - cd madara/cairo - pwd - ls -la - cat .tool-versions + run: | + git clone https://github.com/asdf-vm/asdf.git ~/.asdf --branch v0.14.1 + echo -e ' + . $HOME/.asdf/asdf.sh' >> ~/.bashrc && echo -e ' + . $HOME/.asdf/completions/asdf.bash' >> ~/.bashrc + source ~/.bashrc + asdf install scarb 2.8.2 - name: Build Madara run: |