Skip to content

Commit

Permalink
Update makefile.yml
Browse files Browse the repository at this point in the history
Trying more GHA tweaks
  • Loading branch information
ZenGround0 authored Aug 27, 2024
1 parent 8cdda0e commit 8ccdcbf
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/makefile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,7 @@ jobs:

- name: configure
run: |
curl -L https://foundry.paradigm.xyz | bash
source /home/runner/.bashrc
foundryup
curl -L https://foundry.paradigm.xyz | bash && source /home/runner/.bashrc && foundryup
- name: Run build
run: make build
Expand Down

0 comments on commit 8ccdcbf

Please sign in to comment.