mirror of
https://github.com/ciphervance/supercell-wx.git
synced 2025-10-30 21:10:04 +00:00
Conan compiler needs quotes
This commit is contained in:
parent
9374e13661
commit
ca2ecc3e60
1 changed files with 1 additions and 1 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
|
@ -78,7 +78,7 @@ jobs:
|
||||||
--build missing `
|
--build missing `
|
||||||
--settings arch=${{ matrix.conan_arch }} `
|
--settings arch=${{ matrix.conan_arch }} `
|
||||||
--settings build_type=${{ matrix.build_type }} `
|
--settings build_type=${{ matrix.build_type }} `
|
||||||
--settings compiler=${{ matrix.conan_compiler }} `
|
--settings compiler="${{ matrix.conan_compiler }}" `
|
||||||
--settings compiler.version=${{ matrix.conan_compiler_version }} `
|
--settings compiler.version=${{ matrix.conan_compiler_version }} `
|
||||||
--settings compiler.runtime=${{ matrix.conan_compiler_runtime }}
|
--settings compiler.runtime=${{ matrix.conan_compiler_runtime }}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue