Skip to content

Commit

Permalink
fix(ci): version
Browse files Browse the repository at this point in the history
  • Loading branch information
JordyRo1 committed Feb 11, 2025
1 parent f4b6978 commit 6e1ab87
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- uses: actions/checkout@v4
- uses: software-mansion/setup-scarb@v1
with:
scarb-version: "2.6.5"
scarb-version: "2.9.2"
- name: Build contracts
working-directory: ${{ env.working-directory}}
run: scarb build
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- uses: Swatinem/rust-cache@v2
- uses: software-mansion/setup-scarb@v1
with:
scarb-version: "2.6.5"
scarb-version: "2.9.2"

- name: Build contracts
run: |
Expand All @@ -34,7 +34,7 @@ jobs:
- name: Install dojo
run: |-
/home/runner/.config/.dojo/bin/dojoup -v 0.7.0-alpha.2
/home/runner/.config/.dojo/bin/dojoup -v 1.1.0
sudo mv /home/runner/.config/.dojo/bin/katana /usr/local/bin/
- name: Install Foundry
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/token-ext.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@ jobs:
- uses: actions/checkout@v4
- uses: software-mansion/setup-scarb@v1
with:
scarb-version: "2.6.5"
scarb-version: "2.9.2"
- run: cd cairo && scarb fmt --check
- run: cd cairo && scarb build

0 comments on commit 6e1ab87

Please sign in to comment.