Skip to content

Commit 4ae6f16

Browse files
committed
Update Flatpak runtime to 24.08
1 parent 3c1badf commit 4ae6f16

File tree

2 files changed

+6
-10
lines changed

2 files changed

+6
-10
lines changed

.github/workflows/validate.yml

Lines changed: 5 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99
concurrency:
1010
group: ${{ github.workflow }}-${{ github.ref }}
1111
cancel-in-progress: true
12-
12+
1313
jobs:
1414
build-linux:
1515
name: Build Linux
@@ -38,7 +38,7 @@ jobs:
3838
uses: hendrikmuhs/[email protected]
3939
with:
4040
key: ccache-${{ runner.os }}-${{ matrix.preset }}
41-
41+
4242
- name: Cache vcpkg
4343
uses: actions/cache@v4
4444
with:
@@ -119,7 +119,7 @@ jobs:
119119
run: |
120120
choco install ninja
121121
Remove-Item -Path "C:\ProgramData\Chocolatey\bin\ccache.exe" -Force -ErrorAction SilentlyContinue
122-
122+
123123
- name: Configure Developer Command Prompt
124124
uses: ilammy/msvc-dev-cmd@v1
125125

@@ -134,7 +134,7 @@ jobs:
134134

135135
- name: Build Project
136136
run: cmake --build .\out\build\${{ env.CMAKE_PRESET }} --target UnleashedRecomp
137-
137+
138138
- name: Pack Release
139139
run: |
140140
New-Item -ItemType Directory -Path .\release
@@ -162,8 +162,6 @@ jobs:
162162
runs-on: ubuntu-24.04
163163
env:
164164
FLATPAK_ID: io.github.hedge_dev.unleashedrecomp
165-
FREEDESKTOP_VERSION: 23.08
166-
LLVM_VERSION: 18
167165

168166
steps:
169167
- name: Checkout Repository
@@ -190,13 +188,11 @@ jobs:
190188
key: ccache-${{ runner.os }}
191189

192190
- name: Prepare Project
193-
run: cp ./private/* ./UnleashedRecompLib/private
191+
run: cp ./private/* ./UnleashedRecompLib/private
194192

195193
- name: Prepare Flatpak
196194
run: |
197195
flatpak --user remote-add --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo
198-
flatpak --user install -y flathub org.freedesktop.Sdk//${{ env.FREEDESKTOP_VERSION }}
199-
flatpak --user install -y flathub org.freedesktop.Sdk.Extension.llvm${{ env.LLVM_VERSION }}//${{ env.FREEDESKTOP_VERSION }}
200196
201197
- name: Build Flatpak
202198
run: |

flatpak/io.github.hedge_dev.unleashedrecomp.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"id": "io.github.hedge_dev.unleashedrecomp",
33
"runtime": "org.freedesktop.Platform",
4-
"runtime-version": "23.08",
4+
"runtime-version": "24.08",
55
"sdk": "org.freedesktop.Sdk",
66
"sdk-extensions" : [ "org.freedesktop.Sdk.Extension.llvm18" ],
77
"finish-args": [

0 commit comments

Comments
 (0)