Skip to content

Commit

Permalink
use swm action
Browse files Browse the repository at this point in the history
  • Loading branch information
byteZorvin committed Sep 28, 2024
1 parent 0d0fefe commit 99dd1dd
Showing 1 changed file with 3 additions and 11 deletions.
14 changes: 3 additions & 11 deletions .github/workflows/starknet-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,17 +31,9 @@ jobs:
toolchain: stable
override: true

- name: Install asdf and dependencies
run: |
git clone https://github.com/asdf-vm/asdf.git ~/.asdf --branch v0.14.1
echo -e '
. $HOME/.asdf/asdf.sh' >> ~/.bashrc
source ~/.bashrc
- name: Install Scarb
run: |
asdf install scarb 2.8.2
asdf global scarb 2.8.2
- uses: software-mansion/setup-scarb@v1
with:
scarb-version: "2.8.2"

- name: Build Madara
run: |
Expand Down

0 comments on commit 99dd1dd

Please sign in to comment.