Update ci.yml

pull/3239/head
Gabi Melman 10 months ago committed by GitHub
parent e6160afb56
commit 4a4107aa0f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -90,9 +90,9 @@ jobs:
runs-on: windows-latest
strategy:
matrix:
config:
config:
- GENERATOR: "Visual Studio 17 2022"
ARCH: "-A x64"
ARCH: "-A x64"
BUILD_TYPE: Release
BUILD_SHARED: 'ON'
FATAL_ERRORS: 'ON'
@ -116,7 +116,7 @@ jobs:
- name: Checkout code
uses: actions/checkout@v4
- name: CMake
- name: CMake ${{ matrix.config.GENERATOR }} CXX=${{matrix.config.CXX_STANDARD}} WCHAR=${{matrix.config.WCHAR_FILES}}
shell: pwsh
run: |
mkdir build

Loading…
Cancel
Save