Skip to content

Commit

Permalink
ci: use 2.7.0 stable
Browse files Browse the repository at this point in the history
  • Loading branch information
glihm committed Aug 4, 2024
1 parent f7e5e66 commit 6edaa6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ jobs:
- uses: actions/checkout@v3
- uses: software-mansion/setup-scarb@v1
with:
scarb-version: "2.7.0-rc.3"
scarb-version: "2.7.0"
- run: |
scarb --manifest-path examples/spawn-and-move/Scarb.toml fmt --check
scarb --manifest-path crates/dojo-core/Scarb.toml fmt --check
Expand Down

0 comments on commit 6edaa6d

Please sign in to comment.