Skip to content

Commit

Permalink
Update homebrew includes .github/workflows/makefile.yml
Browse files Browse the repository at this point in the history
Co-authored-by: Viktor Szakats <vszakats@users.noreply.github.com>
  • Loading branch information
jacobmealey and vszakats committed May 17, 2024
1 parent 12e6725 commit 6eb908e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/makefile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ jobs:
run: brew install json-c

- name: make
run: make CFLAGS="-I /opt/homebrew/include" LDFLAGS="-L/opt/homebrew/lib"
run: make CFLAGS="-I${brew --prefix}/include" LDFLAGS="-L${brew --prefix}/lib"

- name: sanity test
run: ./trurl -v
Expand Down

0 comments on commit 6eb908e

Please sign in to comment.