Skip to content

Commit eee11a2

Browse files
committed
fix github-actions job file
1 parent 9454276 commit eee11a2

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/cmake.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,6 @@ env:
66
# Customize the CMake build type here (Release, Debug, RelWithDebInfo, etc.)
77
BUILD_TYPE: Release
88

9-
strategy:
10-
matrix:
11-
compiler: [g++-10, clang]
12-
139
jobs:
1410
build:
1511
# The CMake configure and build commands are platform agnostic and should work equally
@@ -18,6 +14,10 @@ jobs:
1814
# See: https://docs.github.com/en/actions/configuring-and-managing-workflows/configuring-a-workflow#configuring-a-build-matrix
1915
runs-on: ubuntu-latest
2016

17+
strategy:
18+
matrix:
19+
compiler: [g++-10, clang]
20+
2121
steps:
2222
- uses: actions/checkout@v2
2323

0 commit comments

Comments
 (0)