mirror of
https://github.com/hedge-dev/UnleashedRecomp.git
synced 2026-04-27 04:41:39 +00:00
Attempt 9
This commit is contained in:
parent
c8115366ec
commit
1bbed4adcd
1 changed files with 5 additions and 0 deletions
5
.github/workflows/build.yml
vendored
5
.github/workflows/build.yml
vendored
|
|
@ -30,6 +30,11 @@ jobs:
|
||||||
token: ${{ secrets.ASSET_REPO_TOKEN }}
|
token: ${{ secrets.ASSET_REPO_TOKEN }}
|
||||||
path: flatpak/private
|
path: flatpak/private
|
||||||
|
|
||||||
|
- name: Setup ccache
|
||||||
|
uses: hendrikmuhs/ccache-action@v1.2
|
||||||
|
with:
|
||||||
|
key: ccache-${{ env.FLATPAK_ID }}
|
||||||
|
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: |-
|
run: |-
|
||||||
sudo apt update
|
sudo apt update
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue