Skip to content

Commit 8eeacac

Browse files
committed
fixing CI
1 parent b5fb2db commit 8eeacac

2 files changed

Lines changed: 9 additions & 136 deletions

File tree

.github/workflows/contracts-ci.yml

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -20,14 +20,16 @@ jobs:
2020
- name: Install asdf
2121
uses: asdf-vm/actions/setup@v2
2222

23-
- name: Install plugins
23+
- name: Install Dojo using dojoup
24+
run: |
25+
curl -L https://install.dojoengine.org | bash
26+
. "$HOME/.config/.dojo/env"
27+
dojoup install 1.5.0
28+
echo "$HOME/.config/.dojo/bin" >> $GITHUB_PATH
29+
shell: bash
30+
31+
- name: Install Starknet Foundry
2432
run: |
25-
asdf plugin add scarb
26-
asdf install scarb 2.10.1
27-
asdf global scarb 2.10.1
28-
asdf plugin add dojo https://github.com/dojoengine/asdf-dojo
29-
asdf install dojo 1.5.0
30-
asdf global dojo 1.5.0
3133
asdf plugin add starknet-foundry
3234
asdf install starknet-foundry 0.35.0
3335
asdf global starknet-foundry 0.35.0

SECURITY_IMPROVEMENTS.md

Lines changed: 0 additions & 129 deletions
This file was deleted.

0 commit comments

Comments
 (0)