We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e334f73 commit 83fe81dCopy full SHA for 83fe81d
1 file changed
.github/workflows/windows.yaml
@@ -9,8 +9,6 @@ jobs:
9
windows-msvc:
10
strategy:
11
fail-fast: false
12
- matrix:
13
- format: ["JSON"]
14
name: "windows-msvc (${{ matrix.format }})"
15
concurrency:
16
group: "windows-${{ github.ref }}-${{ github.job }}"
@@ -30,8 +28,7 @@ jobs:
30
28
core.exportVariable('ACTIONS_RUNTIME_TOKEN', process.env.ACTIONS_RUNTIME_TOKEN || '');
31
29
- uses: ilammy/msvc-dev-cmd@v1
32
- uses: lukka/run-vcpkg@v11
33
- - name: Compile tests (JSON)
34
- if: matrix.format == 'JSON'
+ - name: Compile library
35
run: |
36
cmake -S . -B build -DCMAKE_CXX_STANDARD=20 -DCMAKE_BUILD_TYPE=Release
37
cmake --build build --config Release -j4
0 commit comments