mirror of
https://github.com/tulir/gomuks.git
synced 2025-04-19 18:13: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: {}
|
||||
before_script:
|
||||
- export PATH=/opt/homebrew/bin:/usr/local/bin:$PATH
|
||||
- export LIBRARY_PATH=$(brew --prefix)/lib
|
||||
- export CPATH=$(brew --prefix)/include
|
||||
variables:
|
||||
PLATFORM: darwin
|
||||
tags:
|
||||
|
|
Loading…
Add table
Reference in a new issue