Skip to content

Commit feac1e4

Browse files
authored
Update cmake.yml
1 parent 8b9d893 commit feac1e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cmake.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ jobs:
137137
- name: Configure CMake
138138
env:
139139
CXX: ${{matrix.cxx}}
140-
run:
140+
run: |
141141
mkdir -p ${{github.workspace}}/build
142142
cmake -B ${{github.workspace}}/build -DCMAKE_CXX_STANDARD=${{matrix.std}}
143143

0 commit comments

Comments
 (0)