mirror of
https://github.com/NotAShelf/Hyprdoctor.git
synced 2024-11-01 11:41:13 +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
|
||||
run: make all
|
||||
|
||||
- name: Cache
|
||||
uses: actions/cache@v3
|
||||
with:
|
||||
path: Hyprdoctor
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue