Skip to content

Commit 83fe81d

Browse files
Gave better name to the step
1 parent e334f73 commit 83fe81d

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

.github/workflows/windows.yaml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,6 @@ jobs:
99
windows-msvc:
1010
strategy:
1111
fail-fast: false
12-
matrix:
13-
format: ["JSON"]
1412
name: "windows-msvc (${{ matrix.format }})"
1513
concurrency:
1614
group: "windows-${{ github.ref }}-${{ github.job }}"
@@ -30,8 +28,7 @@ jobs:
3028
core.exportVariable('ACTIONS_RUNTIME_TOKEN', process.env.ACTIONS_RUNTIME_TOKEN || '');
3129
- uses: ilammy/msvc-dev-cmd@v1
3230
- uses: lukka/run-vcpkg@v11
33-
- name: Compile tests (JSON)
34-
if: matrix.format == 'JSON'
31+
- name: Compile library
3532
run: |
3633
cmake -S . -B build -DCMAKE_CXX_STANDARD=20 -DCMAKE_BUILD_TYPE=Release
3734
cmake --build build --config Release -j4

0 commit comments

Comments
 (0)