add cache support to build workflow
Some checks failed
Generate APK / build (push) Has been cancelled

This commit is contained in:
Franek 2024-05-11 15:44:25 +02:00
parent 2de3362e0b
commit 484996120e
No known key found for this signature in database
GPG Key ID: 0329F871B2079351

View File

@ -13,6 +13,9 @@ jobs:
runs-on: ubuntu-latest
env:
RUNNER_TOOL_CACHE: /toolcache
steps:
- name: Checkout the repository
uses: actions/checkout@v3