Fix generator

This commit is contained in:
Alexander Batalov 2022-07-05 20:39:54 +03:00
parent 0fdfcfbb35
commit 5465b315f1
1 changed files with 2 additions and 2 deletions

View File

@ -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