Skip to content

Commit

Permalink
Fix checks.yml syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
DelevoXDG committed Sep 15, 2023
1 parent 6e3b41b commit 35bdfff
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,8 +75,7 @@ jobs:
- name: Install sncast 0.4.1
run: |
curl --proto '=https' --tlsv1.2 -LsSf https://raw.githubusercontent.com/foundry-rs/starknet-foundry/master/scripts/install.sh | sh -s -- -v 0.4.1
# echo "SNCAST_PATH=$(which sncast)" >> "$GITHUB_ENV"
echo "$(dirname $(which sncast))" >> $GITHUB_PATH
echo "$(dirname $(which sncast))" >> $GITHUB_PATH
- name: Run tests
run: |
Expand Down

0 comments on commit 35bdfff

Please sign in to comment.