File tree Expand file tree Collapse file tree 4 files changed +11
-15
lines changed
Expand file tree Collapse file tree 4 files changed +11
-15
lines changed Original file line number Diff line number Diff line change 1- name : ' Setup'
2- description : ' Setup tooling'
1+ name : " Setup"
2+ description : " Setup tooling"
33runs :
44 using : " composite"
55 steps :
6- - name : Install dojoup
7- run : curl -L https://install.dojoengine.org | bash
8- shell : bash
9-
106 - name : Install dojo
117 run : |
12- /home/runner/.config/. dojo/bin/dojoup --version ${{ env.DOJO_VERSION }}
13- sudo mv /home/runner/.config/.dojo/bin/katana /usr/local/bin/
14- sudo mv /home/runner/.config/.dojo/bin/ sozo /usr/local/bin/
8+ curl -L -o dojo-linux-x86_64.tar.gz https://github.com/dojoengine/ dojo/releases/download/${{ env.DOJO_VERSION }}/dojo_ ${{ env.DOJO_VERSION }}_linux_amd64.tar.gz
9+ tar -xzf dojo-linux-x86_64.tar.gz
10+ sudo mv sozo /usr/local/bin/
1511 shell : bash
Original file line number Diff line number Diff line change 77 pull_request :
88
99env :
10- DOJO_VERSION : v1.1.2
11- SCARB_VERSION : 2.9.2
10+ DOJO_VERSION : v1.5.0
11+ SCARB_VERSION : 2.10.1
1212
1313jobs :
1414 check :
Original file line number Diff line number Diff line change 1- scarb 2.9.2
1+ scarb 2.10.1
Original file line number Diff line number Diff line change @@ -13,8 +13,8 @@ version = "1.1.2"
1313edition = " 2024_07"
1414
1515[workspace .dependencies ]
16- dojo = { git = " https://github.com/dojoengine/dojo" , tag = " v1.1.2 " }
16+ dojo = { git = " https://github.com/dojoengine/dojo" , tag = " v1.5.0 " }
1717# dojo = { path = "../dojo/crates/dojo-core" }
1818cubit = { git = " https://github.com/bengineer42/cubit" , branch = " bump-cairo-gt-2.8" }
19- starknet = " ^2.9.2 "
20- cairo_test = " ^2.9.2 "
19+ starknet = " ^2.10.1 "
20+ cairo_test = " ^2.10.1 "
You can’t perform that action at this time.
0 commit comments