Update workflow

This commit is contained in:
Zachary Hall 2023-07-18 20:28:18 -07:00
parent e18468125a
commit df1fea343d

View file

@ -16,7 +16,6 @@ jobs:
- name: Cache system dependencies
uses: actions/cache@v3
with:
key: apt-cache
path: /var/cache/apt
- name: Add flathub repo and install flatpak dependencies
run: flatpak remote-add --if-not-exists flathub https://dl.flathub.org/repo/flathub.flatpakrepo
@ -25,7 +24,6 @@ jobs:
- name: Cache flatpak dependencies
uses: actions/cache@v3
with:
key: flatpak-data
path: /var/lib/flatpak/
- 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