Skip to content

Commit

Permalink
fix: change GITHUB_PATH
Browse files Browse the repository at this point in the history
  • Loading branch information
zouguangxian committed Dec 14, 2023
1 parent 1eba0fb commit cf51d95
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/lint-build-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@ jobs:
- name: Install foundry
run: |
curl -L https://foundry.paradigm.xyz | bash && \
eval "$(sed -n '/foundry/p' ~/.bashrc)"
eval "$(sed -n '/foundry/p' ~/.bashrc)" && \
echo $PATH | sudo tee -a $GITHUB_PATH
- name: Install chain tools
run: |
foundryup
Expand Down

0 comments on commit cf51d95

Please sign in to comment.