Skip to content

Commit

Permalink
try looking in /usr/local/include
Browse files Browse the repository at this point in the history
  • Loading branch information
dweymouth committed May 24, 2024
1 parent 50e87b6 commit b3e08a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
run: brew install --force mpv && brew install dylibbundler

- name: Setup path
run: export C_INCLUDE_PATH=/opt/homebrew/include:$C_INCLUDE_PATH && export LIBRARY_PATH=/opt/homebrew/lib:$LIBRARY_PATH
run: export C_INCLUDE_PATH=/usr/local/include:/opt/homebrew/include:$C_INCLUDE_PATH && export LIBRARY_PATH=/usr/local/lib:/opt/homebrew/lib:$LIBRARY_PATH

- name: Build
run: go build
Expand Down

0 comments on commit b3e08a1

Please sign in to comment.