Fix generator
This commit is contained in:
parent
0fdfcfbb35
commit
5465b315f1
|
@ -242,7 +242,7 @@ jobs:
|
||||||
retention-days: 7
|
retention-days: 7
|
||||||
|
|
||||||
windows:
|
windows:
|
||||||
name: Windows
|
name: Windows (${{ matrix.arch }})
|
||||||
|
|
||||||
runs-on: windows-2019
|
runs-on: windows-2019
|
||||||
|
|
||||||
|
@ -263,7 +263,7 @@ jobs:
|
||||||
run: |
|
run: |
|
||||||
cmake \
|
cmake \
|
||||||
-B build \
|
-B build \
|
||||||
-G {{ matrix.generator }} \
|
-G ${{ matrix.generator }} \
|
||||||
# EOL
|
# EOL
|
||||||
|
|
||||||
- name: Build
|
- name: Build
|
||||||
|
|
Loading…
Reference in New Issue