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
windows:
name: Windows
name: Windows (${{ matrix.arch }})
runs-on: windows-2019
@ -263,7 +263,7 @@ jobs:
run: |
cmake \
-B build \
-G {{ matrix.generator }} \
-G ${{ matrix.generator }} \
# EOL
- name: Build