mirror of
https://github.com/onionshare/onionshare.git
synced 2025-07-20 05:22:20 -04:00
Add cache
This commit is contained in:
parent
b25a29ff84
commit
299b4d4613
1 changed files with 12 additions and 0 deletions
12
.github/workflows/build-flatpak.yml
vendored
12
.github/workflows/build-flatpak.yml
vendored
|
@ -17,6 +17,18 @@ jobs:
|
|||
sudo apt install -y flatpak flatpak-builder
|
||||
flatpak remote-add --if-not-exists --user flathub https://flathub.org/repo/flathub.flatpakrepo
|
||||
|
||||
- name: Restore cache - .flatpak-builder
|
||||
uses: actions/cache@v3
|
||||
with:
|
||||
path: flatpak/.flatpak-builder
|
||||
key: ${{ runner.os }}-flatpak-.flatpak-builder
|
||||
|
||||
- name: Restore cache - build
|
||||
uses: actions/cache@v3
|
||||
with:
|
||||
path: flatpak/build
|
||||
key: ${{ runner.os }}-flatpak-build
|
||||
|
||||
- name: Flatpak build
|
||||
run: |
|
||||
cd flatpak
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue