Skip to content

Commit

Permalink
feat: update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Haupc committed Feb 2, 2024
1 parent b6c52d1 commit 2508aa3
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/golang.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,11 @@ jobs:
shell: bash
run: |
curl -L https://foundry.paradigm.xyz | bash;
echo $SHELL
echo $SHELL;
tail $HOME/.bashrc;
source $HOME/.bashrc;
echo path is $PATH;
echo foundryup path is $(which foundryup)
echo foundryup path is $(which foundryup);
foundryup
- name: Checkout Source
uses: actions/checkout@v3
Expand Down

0 comments on commit 2508aa3

Please sign in to comment.