mirror of
https://github.com/justinethier/cyclone.git
synced 2025-05-24 12:35:05 +02:00
Fix typo
This commit is contained in:
parent
ccc66ab920
commit
1460221990
1 changed files with 1 additions and 1 deletions
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
|
@ -26,7 +26,7 @@ jobs:
|
||||||
|
|
||||||
# Execute runtime library unit tests
|
# Execute runtime library unit tests
|
||||||
- name: make test-lib
|
- name: make test-lib
|
||||||
run: make make libcyclone.a && make test-lib && ./test-lib
|
run: make libcyclone.a && make test-lib && ./test-lib
|
||||||
|
|
||||||
# Build documentation
|
# Build documentation
|
||||||
- name: make doc
|
- name: make doc
|
||||||
|
|
Loading…
Add table
Reference in a new issue