mirror of
https://github.com/szymon-jozef/static-site-generator.git
synced 2026-09-07 20:20:41 +02:00
Update c-cpp.yml
This commit is contained in:
4
.github/workflows/c-cpp.yml
vendored
4
.github/workflows/c-cpp.yml
vendored
@@ -14,6 +14,6 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
- name: make
|
- name: make
|
||||||
run: make
|
run: make -C src
|
||||||
- name: make check
|
- name: make check
|
||||||
run: make check
|
run: make check -C src
|
||||||
|
|||||||
Reference in New Issue
Block a user