mirror of
https://github.com/hedge-dev/UnleashedRecomp.git
synced 2026-04-27 12:51:42 +00:00
Attempt 4
This commit is contained in:
parent
cf48f61216
commit
99b7cb8ecd
1 changed files with 4 additions and 4 deletions
8
.github/workflows/build.yml
vendored
8
.github/workflows/build.yml
vendored
|
|
@ -30,10 +30,10 @@ jobs:
|
|||
token: ${{ secrets.ASSET_REPO_TOKEN }}
|
||||
path: flatpak/private
|
||||
|
||||
# - name: Install dependencies
|
||||
# run: |-
|
||||
# sudo apt update
|
||||
# sudo apt install -y ninja-build libsdl2-dev libgtk-3-dev flatpak-builder
|
||||
- name: Install dependencies
|
||||
run: |-
|
||||
sudo apt update
|
||||
sudo apt install -y flatpak-builder
|
||||
|
||||
- name: Prepare Flatpak
|
||||
run: |
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue