Fix workflow

This commit is contained in:
Zachary Hall 2023-07-18 20:30:49 -07:00
parent 3a8a14fc37
commit 1b1d75d75e

View file

@ -12,7 +12,6 @@ jobs:
submodules: recursive submodules: recursive
- name: Install system dependencies - name: Install system dependencies
run: apt update && apt install -y flatpak-builder flatpak python3-aiohttp python3-tenacity libostree-1-1 python3-gi gir1.2-ostree-1.0 wget run: apt update && apt install -y flatpak-builder flatpak python3-aiohttp python3-tenacity libostree-1-1 python3-gi gir1.2-ostree-1.0 wget
- name: Cache Gradle packages
- name: Cache system dependencies - name: Cache system dependencies
uses: actions/cache@v3 uses: actions/cache@v3
id: cache-system id: cache-system