Skip to content
Snippets Groups Projects
Commit a7424b99 authored by Alam Ed Arias's avatar Alam Ed Arias
Browse files

GitLab CI: use :, not = for variables

parent fb6ce070
No related branches found
No related tags found
No related merge requests found
...@@ -35,7 +35,7 @@ Windows x64: ...@@ -35,7 +35,7 @@ Windows x64:
variables: variables:
PREFIX: x86_64-w64-mingw32 PREFIX: x86_64-w64-mingw32
VCPKG_DEFAULT_TRIPLET=x64-mingw-static VCPKG_DEFAULT_TRIPLET: x64-mingw-static
script: script:
- | - |
......
...@@ -31,7 +31,7 @@ Windows x86: ...@@ -31,7 +31,7 @@ Windows x86:
variables: variables:
PREFIX: i686-w64-mingw32 PREFIX: i686-w64-mingw32
VCPKG_DEFAULT_TRIPLET=x86-mingw-static VCPKG_DEFAULT_TRIPLET: x86-mingw-static
script: script:
- | - |
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment