Skip to content

Commit

Permalink
secure on path
Browse files Browse the repository at this point in the history
  • Loading branch information
augustbleeds committed Sep 26, 2024
1 parent 6a88593 commit 8d090f6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/actions/install-starknet-foundry/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ description: A composite action that installs the snforge and sncast binaries
inputs:
starknet_foundry_version:
description: Starknet Foundry release version
default: "0.31.0"
default: "0.29.0"
required: false

runs:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/contracts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,4 +47,4 @@ jobs:
uses: ./.github/actions/install-starknet-foundry

- name: Test
run: nix develop -c make test-cairo-contracts
run: export PATH=$PATH:/home/runner/.local/bin && nix develop -c make test-cairo-contracts

0 comments on commit 8d090f6

Please sign in to comment.