mirror of
https://github.com/justinethier/cyclone.git
synced 2025-05-23 20:15: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
|
||||
- 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
|
||||
- name: make doc
|
||||
|
|
Loading…
Add table
Reference in a new issue