Skip to content

Commit 17aa157

Browse files
committed
Fix syntax for multiple additionally include blocks in build matrix
1 parent 8feebb6 commit 17aa157

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/build-release.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,9 @@ jobs:
1818
- os: macos-10.15
1919
cxx: clang++
2020
nickname: macos
21-
include:
2221
- os: ubuntu-20.04
2322
cxx: g++-10
2423
nickname: linux
25-
include:
2624
# NOTE: CXX seems to be ignored on Windows, but specify it anyway for consistency
2725
- os: windows-2019
2826
cxx: msvc

0 commit comments

Comments
 (0)