Skip to content

Commit 8b9d893

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

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
@@ -138,7 +138,7 @@ jobs:
138138
env:
139139
CXX: ${{matrix.cxx}}
140140
run:
141-
mkdir ${{github.workspace}}/build
141+
mkdir -p ${{github.workspace}}/build
142142
cmake -B ${{github.workspace}}/build -DCMAKE_CXX_STANDARD=${{matrix.std}}
143143

144144
- name: Build

0 commit comments

Comments
 (0)