Skip to content
This repository was archived by the owner on Sep 21, 2022. It is now read-only.

Commit 08d648c

Browse files
committed
Did I fix the ci?
1 parent bf30cbf commit 08d648c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ jobs:
99
strategy:
1010
fail-fast: true
1111
matrix:
12-
# action: ['run-tests', 'compile-examples']
1312
action: ['compile-examples']
1413
name:
1514
# - Ubuntu 16.04 GCC
@@ -105,7 +104,7 @@ jobs:
105104
run: |
106105
mkdir ${{ matrix.build-dir || '.not-used' }}
107106
cd ${{ matrix.build-dir || '.' }}
108-
cmake ${{ matrix.build-src-dir || '.' }} ${{ steps.should-test.outputs.TEST-FLAGS }} ${{ matrix.cmake-args }}
107+
cmake ${{ matrix.build-src-dir || '.' }} ${{ matrix.cmake-args }}
109108
env:
110109
CC: ${{ matrix.compiler }}
111110
CXX: ${{ matrix.cpp-compiler }}

0 commit comments

Comments
 (0)