Attempt 9

This commit is contained in:
SuperSonic16 2025-01-21 06:23:14 +11:00 committed by Dario
parent c8115366ec
commit 1bbed4adcd

View file

@ -30,6 +30,11 @@ jobs:
token: ${{ secrets.ASSET_REPO_TOKEN }}
path: flatpak/private
- name: Setup ccache
uses: hendrikmuhs/ccache-action@v1.2
with:
key: ccache-${{ env.FLATPAK_ID }}
- name: Install dependencies
run: |-
sudo apt update