Skip to content

Commit

Permalink
init submodule, make it compile fully
Browse files Browse the repository at this point in the history
  • Loading branch information
schetle committed Mar 29, 2024
1 parent b8e26df commit 19536ff
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/build-game.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,10 @@ jobs:
lfs: true
path: "RiveGame"

- name: pull lfs because checkout doesnt
- name: init and pull lfs because checkout doesnt
run: |
git submodule init
git submodule update
git lfs pull
working-directory: RiveGame

Expand Down Expand Up @@ -67,9 +69,9 @@ jobs:
echo "GAME_VERSION=$version" | Out-File -FilePath $env:GITHUB_ENV -Append
- name: Build Win64 and Android Plugin
- name: Build Win64 and Android
run: |
./Engine/Build/BatchFiles/RunUAT.bat -ScriptsForProject="${{github.workspace}}/RiveGame/RiveGame.uproject" Turnkey -command=VerifySdk -platform=Win64+Android -UpdateIfNeeded -project="${{github.workspace}}/RiveGame/RiveGame.uproject" BuildCookRun -nop4 -utf8output -nocompileeditor -skipbuildeditor -cook -project="${{github.workspace}}/RiveGame/RiveGame.uproject" -target=LyraGame -platform=Win64+Android -stage -archive -package -build -pak -iostore -compressed -prereqs -archivedirectory="${{github.workspace}}/RiveGame/Output" -manifests -clientconfig=Development -nocompile -nocompileuat
./Engine/Build/BatchFiles/RunUAT.bat -ScriptsForProject="${{github.workspace}}/RiveGame/RiveGame.uproject" Turnkey -command=VerifySdk -platform=Win64+Android -UpdateIfNeeded -project="${{github.workspace}}/RiveGame/RiveGame.uproject" BuildCookRun -nop4 -utf8output -cook -project="${{github.workspace}}/RiveGame/RiveGame.uproject" -target=LyraGame -platform=Win64+Android -stage -archive -package -build -pak -iostore -compressed -prereqs -archivedirectory="${{github.workspace}}/RiveGame/Output" -manifests -clientconfig=Development -nocompileuat
working-directory: UE-${{inputs.ENGINE_VERSION}}

# - name: Remove PDB files
Expand Down

0 comments on commit 19536ff

Please sign in to comment.