Skip to content

Commit

Permalink
Source approach
Browse files Browse the repository at this point in the history
  • Loading branch information
DelevoXDG committed Sep 15, 2023
1 parent ba58d38 commit f424150
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,8 @@ 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
source /Users/runner/.bashrc
echo "$(dirname $(which sncast))"
echo "$(dirname $(which sncast))" >> $GITHUB_PATH
- name: Run tests
Expand Down

0 comments on commit f424150

Please sign in to comment.