Skip to content

Commit

Permalink
add foundry to path
Browse files Browse the repository at this point in the history
  • Loading branch information
rin-st committed Aug 28, 2024
1 parent 8ded0c2 commit 836eac9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/cypress.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,10 @@ jobs:
if: matrix.config == 'foundry'
uses: foundry-rs/foundry-toolchain@v1

- name: Add Foundry to PATH
if: matrix.config == 'foundry'
run: echo "$HOME/.foundry/bin" >> $GITHUB_PATH

- name: Install application (Foundry configuration)
if: matrix.config == 'foundry'
run: yarn cli new_project_foundry -s foundry
Expand Down

0 comments on commit 836eac9

Please sign in to comment.