We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 63377c2 commit 30d6878Copy full SHA for 30d6878
.github/workflows/ci.yml
@@ -20,7 +20,7 @@ jobs:
20
runs-on: ${{ matrix.os }}
21
steps:
22
- name: Build & Test Project
23
- run:
+ run: |
24
mkdir build
25
cd build
26
cmake -DCMAKE_BUILD_TYPE=${{ matrix.build }} ..
0 commit comments