Skip to content

Commit

Permalink
ci: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
obatirou committed Oct 1, 2024
1 parent 0aa5ddf commit b932255
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ssj-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: Set up Scarb
uses: software-mansion/setup-scarb@v1
with:
tool-version: ./.tool-versions
tool-versions: ./.tool-versions

- name: Build contracts
run: cd kakarot-ssj/ && scarb build -p contracts
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ssj-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- name: Set up Scarb
uses: software-mansion/setup-scarb@v1
with:
tool-version: ./.tool-versions
tool-versions: ./.tool-versions
- name: Build contracts
run: |
scarb build -p contracts
Expand Down

0 comments on commit b932255

Please sign in to comment.