Skip to content

Commit 7efffa8

Browse files
committed
Fix workflow.
1 parent 213e20a commit 7efffa8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/checks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
run: |
6767
mkdir build
6868
cd build
69-
cmake --version
69+
cmake --version
7070
cmake ..
7171
cmake --build . --target FIREBASE_GENERATED_HEADERS
7272
- name: Install doxygen

0 commit comments

Comments
 (0)