We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b5fb2db commit 8eeacacCopy full SHA for 8eeacac
2 files changed
.github/workflows/contracts-ci.yml
@@ -20,14 +20,16 @@ jobs:
20
- name: Install asdf
21
uses: asdf-vm/actions/setup@v2
22
23
- - name: Install plugins
+ - 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
32
run: |
- asdf plugin add scarb
- asdf install scarb 2.10.1
- asdf global scarb 2.10.1
- asdf plugin add dojo https://github.com/dojoengine/asdf-dojo
- asdf install dojo 1.5.0
- asdf global dojo 1.5.0
33
asdf plugin add starknet-foundry
34
asdf install starknet-foundry 0.35.0
35
asdf global starknet-foundry 0.35.0
SECURITY_IMPROVEMENTS.md
0 commit comments