Skip to content

Commit de38bbc

Browse files
authored
Update cmake.yml
1 parent feac1e4 commit de38bbc

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/cmake.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -137,13 +137,11 @@ jobs:
137137
- name: Configure CMake
138138
env:
139139
CXX: ${{matrix.cxx}}
140-
run: |
141-
mkdir -p ${{github.workspace}}/build
140+
run:
142141
cmake -B ${{github.workspace}}/build -DCMAKE_CXX_STANDARD=${{matrix.std}}
143142

144143
- name: Build
145144
run: cmake --build ${{github.workspace}}/build
146145

147146
- name: Test
148-
working-directory: ${{github.workspace}}/build
149147
run: cmake --build ${{github.workspace}}/build --target test

0 commit comments

Comments
 (0)