try looking in /usr/local/include
This commit is contained in:
@@ -30,7 +30,7 @@ jobs:
|
|||||||
run: brew install --force mpv && brew install dylibbundler
|
run: brew install --force mpv && brew install dylibbundler
|
||||||
|
|
||||||
- name: Setup path
|
- 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
|
- name: Build
|
||||||
run: go build
|
run: go build
|
||||||
|
|||||||
Reference in New Issue
Block a user