Skip to content
This repository has been archived by the owner on Jan 9, 2025. It is now read-only.

Commit

Permalink
ci: use ssj tool-versions
Browse files Browse the repository at this point in the history
  • Loading branch information
obatirou committed Oct 1, 2024
1 parent b932255 commit c6a7ffa
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-versions: ./.tool-versions
tool-versions: ./kakarot-ssj/.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-versions: ./.tool-versions
tool-versions: ./kakarot-ssj/.tool-versions
- name: Build contracts
run: |
scarb build -p contracts
Expand Down

0 comments on commit c6a7ffa

Please sign in to comment.