Skip to content

Commit

Permalink
ci fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ametel01 committed Aug 10, 2024
1 parent 27e4d7e commit 71aba86
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .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.4"
- run: scarb fmt --check
- run: scarb build
scarb-version: "2.6.5"
- run: cd cairo && scarb fmt --check
- run: cd cairo && scarb build

0 comments on commit 71aba86

Please sign in to comment.