mirror of
https://github.com/NotAShelf/Hyprdoctor.git
synced 2024-11-22 13:20:48 +00:00
CI: cache build result
This commit is contained in:
parent
9fae9e8273
commit
e90a631658
1 changed files with 7 additions and 0 deletions
7
.github/workflows/c-cpp.yml
vendored
7
.github/workflows/c-cpp.yml
vendored
|
@ -19,3 +19,10 @@ jobs:
|
||||||
|
|
||||||
- name: Build with Make
|
- name: Build with Make
|
||||||
run: make all
|
run: make all
|
||||||
|
|
||||||
|
- name: Cache
|
||||||
|
uses: actions/cache@v3
|
||||||
|
with:
|
||||||
|
path: Hyprdoctor
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue