Skip to content

Commit

Permalink
[fix] updated scarb installation to use 2.6.5
Browse files Browse the repository at this point in the history
  • Loading branch information
adrianvrj committed Aug 14, 2024
1 parent c0f29ad commit c29a3f9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/contract_checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
if: steps.changes.outputs.contracts_dir == 'true'
run: |
cd contracts
curl --proto '=https' --tlsv1.2 -sSf https://docs.swmansion.com/scarb/install.sh | sh
curl --proto '=https' --tlsv1.2 -sSf https://docs.swmansion.com/scarb/install.sh | sh -s -- -v 2.6.5
- name: Run scarb fmt
if: steps.changes.outputs.contracts_dir == 'true'
Expand All @@ -46,7 +46,7 @@ jobs:
if: steps.changes.outputs.contracts_dir == 'true'
run: |
cd contracts
curl --proto '=https' --tlsv1.2 -sSf https://docs.swmansion.com/scarb/install.sh | sh
curl --proto '=https' --tlsv1.2 -sSf https://docs.swmansion.com/scarb/install.sh | sh -s -- -v 2.6.5
- name: Run scarb check
if: steps.changes.outputs.contracts_dir == 'true'
Expand Down

0 comments on commit c29a3f9

Please sign in to comment.