We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e5ac86e + 805b83e commit 1ccf831Copy full SHA for 1ccf831
.github/workflows/Linux.yml
@@ -40,6 +40,6 @@ jobs:
40
41
- name: Build
42
# Build your program with the given configuration
43
- run: mkdir build;cd build |
+ run: cd build |
44
cmake --preset linux-debug-clang |
45
cmake --build ${{github.workspace}}/build --config ${{env.BUILD_TYPE}}
0 commit comments