mirror of
https://github.com/tulir/gomuks.git
synced 2025-04-20 10:33:41 -05:00
ci: also add CPATH/LIBRARY_PATH for macos desktop build
This commit is contained in:
parent
c0968db06e
commit
7e1ac95167
1 changed files with 2 additions and 0 deletions
|
@ -216,6 +216,8 @@ desktop/macos/arm64:
|
||||||
cache: {}
|
cache: {}
|
||||||
before_script:
|
before_script:
|
||||||
- export PATH=/opt/homebrew/bin:/usr/local/bin:$PATH
|
- export PATH=/opt/homebrew/bin:/usr/local/bin:$PATH
|
||||||
|
- export LIBRARY_PATH=$(brew --prefix)/lib
|
||||||
|
- export CPATH=$(brew --prefix)/include
|
||||||
variables:
|
variables:
|
||||||
PLATFORM: darwin
|
PLATFORM: darwin
|
||||||
tags:
|
tags:
|
||||||
|
|
Loading…
Add table
Reference in a new issue