Skip to content

Commit

Permalink
half dumb half smart
Browse files Browse the repository at this point in the history
  • Loading branch information
ZenGround0 committed Aug 27, 2024
1 parent d100c2f commit 37e953c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/makefile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@ jobs:

- name: Run build
run: |
source $GITHUB_PATH
export PATH="/home/runner/.config/.foundry/bin:$PATH"
make build

- name: Run tests
run: |
source $GITHUB_PATH
export PATH="/home/runner/.config/.foundry/bin:$PATH"
make test
2 changes: 1 addition & 1 deletion configure
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@
curl -L https://foundry.paradigm.xyz | bash
source /home/runner/.bashrc
ls /home/runner/.config/.foundry/bin
echo "/home/runner/.config/.foundry/bin" >> $GITHUB_PATH

/home/runner/.config/.foundry/bin/foundryup

0 comments on commit 37e953c

Please sign in to comment.