mirror of
https://github.com/vcmi/vcmi.git
synced 2025-08-15 20:03:15 +02:00
Try quotes
This commit is contained in:
4
.github/workflows/github.yml
vendored
4
.github/workflows/github.yml
vendored
@@ -96,7 +96,7 @@ jobs:
|
||||
pack: 1
|
||||
extension: ipa
|
||||
preset: ios-release
|
||||
cmake_args: -DENABLE_EDITOR=OFF
|
||||
cmake_args: -DENABLE_EDITOR="OFF"
|
||||
- platform: mxe
|
||||
os: ubuntu-20.04
|
||||
mxe: i686-w64-mingw32.shared
|
||||
@@ -104,7 +104,7 @@ jobs:
|
||||
pack: 1
|
||||
cpack_args: -D CPACK_NSIS_EXECUTABLE=`which makensis`
|
||||
extension: exe
|
||||
cmake_args: -G Ninja -DENABLE_EDITOR=OFF
|
||||
cmake_args: -G Ninja -DENABLE_EDITOR="OFF"
|
||||
- platform: msvc
|
||||
os: windows-latest
|
||||
test: 0
|
||||
|
Reference in New Issue
Block a user