Skip to content

Commit 4999dd2

Browse files
committed
fixed names
1 parent 2b762e3 commit 4999dd2

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ on:
1616
jobs:
1717

1818
linux:
19-
name: '${{ matrix.os }} / ${{ matrix.build-type }} / ${{ matrix.compiler-des }} '
19+
name: '${{ matrix.os }} / ${{ matrix.build-type }} / ${{ matrix.compiler-desc }} '
2020

2121
runs-on: ubuntu-latest
2222
strategy:
@@ -175,12 +175,14 @@ jobs:
175175
build-type: Release
176176
build-shared: 'ON'
177177
cxx-standard: 17
178+
os: windows-latest
178179

179180
# Debug
180181
- build: 2
181182
build-type: Debug
182183
build-shared: 'ON'
183184
cxx-standard: 17
185+
os: windows-latest
184186

185187

186188
steps:

0 commit comments

Comments
 (0)