mirror of
https://github.com/OMGeeky/Kivy-Shopping-List.git
synced 2026-01-22 03:08:22 +01:00
Update main.yml
caching maybe the right dir
This commit is contained in:
10
.github/workflows/main.yml
vendored
10
.github/workflows/main.yml
vendored
@@ -1,5 +1,6 @@
|
||||
name: build
|
||||
on:
|
||||
workflow_dispatch:
|
||||
push:
|
||||
branches: [ main ]
|
||||
pull_request:
|
||||
@@ -23,14 +24,17 @@ jobs:
|
||||
- name: Cache Buildozer global directory
|
||||
uses: actions/cache@v2
|
||||
with:
|
||||
path: .buildozer_global
|
||||
path: src/.buildozer_global
|
||||
key: buildozer-global-${{ hashFiles('src/buildozer.spec') }} # Replace with your path
|
||||
|
||||
- uses: actions/cache@v2
|
||||
with:
|
||||
path: .buildozer
|
||||
path: src/.buildozer
|
||||
key: ${{ runner.os }}-${{ steps.get-date.outputs.date }}-${{ hashFiles('src/buildozer.spec') }}
|
||||
|
||||
|
||||
- name: Cache Gradle
|
||||
uses: burrunan/gradle-cache-action@v1
|
||||
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v2
|
||||
|
||||
|
||||
Reference in New Issue
Block a user