mirror of
https://github.com/tulir/gomuks.git
synced 2025-04-19 18:13:41 -05:00
ci: update PATH for macos desktop build
This commit is contained in:
parent
27fe5e1a09
commit
7dc8445a5d
1 changed files with 2 additions and 1 deletions
|
@ -214,7 +214,8 @@ desktop/windows/amd64:
|
||||||
desktop/macos/arm64:
|
desktop/macos/arm64:
|
||||||
<<: *build-desktop
|
<<: *build-desktop
|
||||||
cache: {}
|
cache: {}
|
||||||
before_script: []
|
before_script:
|
||||||
|
- export PATH=/opt/homebrew/bin:/usr/local/bin:$PATH
|
||||||
variables:
|
variables:
|
||||||
PLATFORM: darwin
|
PLATFORM: darwin
|
||||||
tags:
|
tags:
|
||||||
|
|
Loading…
Add table
Reference in a new issue