Skip to content

Commit

Permalink
should fix it
Browse files Browse the repository at this point in the history
  • Loading branch information
byteZorvin committed Sep 28, 2024
1 parent b8eab20 commit 7daf808
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/starknet-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down

0 comments on commit 7daf808

Please sign in to comment.