Update workflow
This commit is contained in:
parent
e18468125a
commit
df1fea343d
1 changed files with 0 additions and 2 deletions
|
@ -16,7 +16,6 @@ jobs:
|
||||||
- name: Cache system dependencies
|
- name: Cache system dependencies
|
||||||
uses: actions/cache@v3
|
uses: actions/cache@v3
|
||||||
with:
|
with:
|
||||||
key: apt-cache
|
|
||||||
path: /var/cache/apt
|
path: /var/cache/apt
|
||||||
- name: Add flathub repo and install flatpak dependencies
|
- name: Add flathub repo and install flatpak dependencies
|
||||||
run: flatpak remote-add --if-not-exists flathub https://dl.flathub.org/repo/flathub.flatpakrepo
|
run: flatpak remote-add --if-not-exists flathub https://dl.flathub.org/repo/flathub.flatpakrepo
|
||||||
|
@ -25,7 +24,6 @@ jobs:
|
||||||
- name: Cache flatpak dependencies
|
- name: Cache flatpak dependencies
|
||||||
uses: actions/cache@v3
|
uses: actions/cache@v3
|
||||||
with:
|
with:
|
||||||
key: flatpak-data
|
|
||||||
path: /var/lib/flatpak/
|
path: /var/lib/flatpak/
|
||||||
- name: Download uploading script
|
- name: Download uploading script
|
||||||
run: wget https://raw.githubusercontent.com/flatpak/flat-manager/9401efbdc0d6bd489507d8401c567ba219d735d5/flat-manager-client -O flat-manager-client && chmod +x flat-manager-client
|
run: wget https://raw.githubusercontent.com/flatpak/flat-manager/9401efbdc0d6bd489507d8401c567ba219d735d5/flat-manager-client -O flat-manager-client && chmod +x flat-manager-client
|
||||||
|
|
Loading…
Reference in a new issue