Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
gabime authored Nov 2, 2024
1 parent 60f17e1 commit a38a1fc
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ jobs:
fail-fast: true
matrix:
config:
- GENERATOR: "Visual Studio 17 2022 -A x64"
- GENERATOR: "Visual Studio 17 2022"
BUILD_TYPE: Release
BUILD_SHARED: 'ON'
FATAL_ERRORS: 'ON'
Expand All @@ -101,7 +101,7 @@ jobs:
BUILD_EXAMPLE: 'OFF'
USE_STD_FORMAT: 'ON'
CXX_STANDARD: 20
- GENERATOR: "Visual Studio 17 2022 -A x64"
- GENERATOR: "Visual Studio 17 2022"
ARCH: "-A x64"
BUILD_TYPE: Release
BUILD_SHARED: 'ON'
Expand All @@ -111,7 +111,7 @@ jobs:
BUILD_EXAMPLE: 'OFF'
USE_STD_FORMAT: 'ON'
CXX_STANDARD: 20
- GENERATOR: "Visual Studio 17 2022 -A x64"
- GENERATOR: "Visual Studio 17 2022"
ARCH: "-A x64"
BUILD_TYPE: Release
BUILD_SHARED: 'ON'
Expand All @@ -126,7 +126,7 @@ jobs:
- name: Checkout code
uses: actions/checkout@v4

- name: CMake ${{ matrix.config.GENERATOR }} CXX=${{matrix.config.CXX_STANDARD}} WCHAR=${{matrix.config.WCHAR_FILES}} STD_FORMAT=${{matrix.config.USE_STD_FORMAT}}
- name: CMake ${{ matrix.config.GENERATOR }} -A x64 CXX=${{matrix.config.CXX_STANDARD}} WCHAR=${{matrix.config.WCHAR_FILES}} STD_FORMAT=${{matrix.config.USE_STD_FORMAT}}
shell: pwsh
run: |
mkdir build
Expand Down

0 comments on commit a38a1fc

Please sign in to comment.