gitlab-ci: Fix typo on Homebrew rule
This commit is contained in:
parent
e75d758712
commit
ab0b041321
1 changed files with 1 additions and 1 deletions
|
|
@ -631,7 +631,7 @@ gimp-win:
|
|||
variables:
|
||||
OPT_PREFIX: /opt/macports
|
||||
DMG_OPTION: '-Ddmg=true'
|
||||
- if: '($GIMP_CI_MESON_APPLECLANG != null || "$[[ inputs.test_pipeline ]]" =~ /.*GIMP_CI_MESON_APPLECLANG.*/) && $CI_JOB_NAME !~ /.*-x86_64.*/ && $CI_JOB_NAME !~ /.*dist-mac-.*/'
|
||||
- if: '($GIMP_CI_MESON_APPLECLANG != null || "$[[ inputs.test_pipeline ]]" =~ /.*GIMP_CI_MESON_APPLECLANG.*/) && $CI_JOB_NAME !~ /.*x86_64.*/ && $CI_JOB_NAME !~ /.*dist-mac-.*/'
|
||||
variables:
|
||||
OPT_PREFIX: /opt/homebrew
|
||||
WARN_AS_ERROR_ON_CI: '-Dwerror=true'
|
||||
|
|
|
|||
Loading…
Reference in a new issue