ci: enable cache

Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
This commit is contained in:
CrazyMax
2022-05-06 11:55:49 +02:00
parent e0cffbdbdf
commit 519aca3672
4 changed files with 26 additions and 3 deletions

View File

@@ -41,10 +41,16 @@ jobs:
uses: codecov/codecov-action@v2
with:
file: ./coverage/coverage.txt
-
name: Expose GitHub Runtime
uses: crazy-max/ghaction-github-runtime@v1
-
name: Build binaries
run: |
make release
env:
CACHE_FROM: type=gha,scope=release
CACHE_TO: type=gha,scope=release
-
name: Upload artifacts
uses: actions/upload-artifact@v2