Skip to content

Commit 30d6878

Browse files
committed
Typo.
1 parent 63377c2 commit 30d6878

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
runs-on: ${{ matrix.os }}
2121
steps:
2222
- name: Build & Test Project
23-
run:
23+
run: |
2424
mkdir build
2525
cd build
2626
cmake -DCMAKE_BUILD_TYPE=${{ matrix.build }} ..

0 commit comments

Comments
 (0)