mirror of
https://github.com/szymon-jozef/static-site-generator.git
synced 2026-09-07 12:10:42 +02:00
Update c-cpp.yml
This commit is contained in:
2
.github/workflows/c-cpp.yml
vendored
2
.github/workflows/c-cpp.yml
vendored
@@ -13,6 +13,8 @@ jobs:
|
|||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
|
- name: install dependencies
|
||||||
|
run: sudo apt update && sudo apt install -y g++ catch2 libmd4c-dev libtomlplusplus-dev
|
||||||
- name: make
|
- name: make
|
||||||
run: make -C src
|
run: make -C src
|
||||||
- name: make check
|
- name: make check
|
||||||
|
|||||||
Reference in New Issue
Block a user