mirror of
https://github.com/szymon-jozef/static-site-generator.git
synced 2026-09-07 20:20:41 +02:00
Update c-cpp.yml
I hate ubuntu!!!!
This commit is contained in:
4
.github/workflows/c-cpp.yml
vendored
4
.github/workflows/c-cpp.yml
vendored
@@ -14,7 +14,9 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
- name: install dependencies
|
- name: install dependencies
|
||||||
run: sudo apt update && sudo apt install -y g++ catch2 libmd4c-dev libtomlplusplus-dev
|
run: |
|
||||||
|
sudo apt update
|
||||||
|
sudo apt install -y g++ catch2 libmd4c-dev libmd4c-html0-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