Skip to content

Commit

Permalink
Preserve PATHS accross steps CI
Browse files Browse the repository at this point in the history
  • Loading branch information
DelevoXDG committed Sep 14, 2023
1 parent e130aa1 commit 8158339
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 @@ -70,10 +70,12 @@ jobs:
- name: Install scarb 0.6.0
run: |
curl --proto '=https' --tlsv1.2 -sSf https://docs.swmansion.com/scarb/install.sh | sh -s -- -v 0.6.0
echo "SCARB_PATH=$(which scarb)" >> "$GITHUB_ENV"
- 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"
- name: Run tests
run: |
Expand Down

0 comments on commit 8158339

Please sign in to comment.