mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2025-03-13 14:25:10 +00:00
GitLab CI: use :, not = for variables
This commit is contained in:
parent
fb6ce070fd
commit
a7424b9952
2 changed files with 2 additions and 2 deletions
|
@ -35,7 +35,7 @@ Windows x64:
|
|||
|
||||
variables:
|
||||
PREFIX: x86_64-w64-mingw32
|
||||
VCPKG_DEFAULT_TRIPLET=x64-mingw-static
|
||||
VCPKG_DEFAULT_TRIPLET: x64-mingw-static
|
||||
|
||||
script:
|
||||
- |
|
||||
|
|
|
@ -31,7 +31,7 @@ Windows x86:
|
|||
|
||||
variables:
|
||||
PREFIX: i686-w64-mingw32
|
||||
VCPKG_DEFAULT_TRIPLET=x86-mingw-static
|
||||
VCPKG_DEFAULT_TRIPLET: x86-mingw-static
|
||||
|
||||
script:
|
||||
- |
|
||||
|
|
Loading…
Reference in a new issue