File tree Expand file tree Collapse file tree 2 files changed +6
-10
lines changed
Expand file tree Collapse file tree 2 files changed +6
-10
lines changed Original file line number Diff line number Diff line change 99concurrency :
1010 group : ${{ github.workflow }}-${{ github.ref }}
1111 cancel-in-progress : true
12-
12+
1313jobs :
1414 build-linux :
1515 name : Build Linux
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 : |
Original file line number Diff line number Diff line change 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" : [
You can’t perform that action at this time.
0 commit comments