mirror of
https://github.com/NotAShelf/Hyprdoctor.git
synced 2024-11-22 13:20:48 +00:00
install dependencies for the CI
This commit is contained in:
parent
9213e6e0fe
commit
9fae9e8273
1 changed files with 9 additions and 7 deletions
4
.github/workflows/c-cpp.yml
vendored
4
.github/workflows/c-cpp.yml
vendored
|
@ -14,6 +14,8 @@ jobs:
|
|||
- name: Checkout
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: Install Dependencies
|
||||
run: sudo apt update && sudo apt install libboost-all-dev nlohmann-json3-dev
|
||||
|
||||
- name: Build with Make
|
||||
run: make all
|
||||
|
||||
|
|
Loading…
Reference in a new issue