Skip to content

Commit

Permalink
fix bash command
Browse files Browse the repository at this point in the history
  • Loading branch information
byteZorvin committed Sep 28, 2024
1 parent 7daf808 commit 8fb2450
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/starknet-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,7 @@ jobs:
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
. $HOME/.asdf/asdf.sh' >> ~/.bashrc
source ~/.bashrc
asdf install scarb 2.8.2
Expand Down

0 comments on commit 8fb2450

Please sign in to comment.