try looking in /usr/local/include

This commit is contained in:
Drew Weymouth
2024-05-24 08:20:32 -07:00
parent 50e87b6413
commit b3e08a1930
+1 -1
View File
@@ -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