Skip to content

Commit

Permalink
[fix] use asdf to install scarb
Browse files Browse the repository at this point in the history
  • Loading branch information
adrianvrj committed Aug 8, 2024
1 parent bdf26df commit 1cb4b5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .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
asdf install scarb
- name: Run scarb fmt
if: steps.changes.outputs.contracts_dir == 'true'
Expand Down

0 comments on commit 1cb4b5b

Please sign in to comment.