File tree Expand file tree Collapse file tree 2 files changed +14
-4
lines changed
Expand file tree Collapse file tree 2 files changed +14
-4
lines changed Original file line number Diff line number Diff line change 3030 with :
3131 dotnet-version : " 6.x"
3232 # Run build script
33+
34+ - name : Cache UniverseLib
35+ id : cache-universe-lib-build
36+ uses : actions/cache@v4
37+ env :
38+ cache-name : cache-universe-lib
39+ with :
40+ path : ./UniverseLib/Release
41+ key : ${{ runner.os }}-build-${{ env.cache-name }}-${{ hashFiles('.git\modules\UniverseLib\HEAD') }}
42+
43+ - if : ${{ steps.cache-universe-lib-build.outputs.cache-hit != 'true' }}
44+ name : Build UniverseLib
45+ run : ./UniverseLib/build.ps1
46+
3347 - name : Build UE
3448 run : ./build_nightly.ps1
3549
Original file line number Diff line number Diff line change 1- cd UniverseLib
2- .\build.ps1
3- cd ..
4-
51# ----------- BepInEx Unity IL2CPP CoreCLR -----------
62dotnet build src/ CinematicUnityExplorer.sln - c Release_BIE_Unity_Cpp - p:IS_CI= true
73$Path = " Release/CinematicUnityExplorer.BepInEx.Unity.IL2CPP.CoreCLR"
You can’t perform that action at this time.
0 commit comments