Skip to content

Commit

Permalink
Try again with UE 5.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
tustanivsky committed Jan 13, 2025
1 parent 179b8b7 commit d721994
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ue-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,4 @@ jobs:
- name: Build Unreal Engine Docker image
run: |
ue4-docker setup
ue4-docker build -basetag ltsc2022 --visual-studio 2019 --target minimal --exclude debug --exclude templates -isolation=process -username=${{ secrets.DOCKER_USERNAME }} -password=${{ secrets.DOCKER_TOKEN }} 4.27.2
ue4-docker build -basetag ltsc2022 --visual-studio 2022 --target minimal --exclude debug --exclude templates -isolation=process -username=${{ secrets.DOCKER_USERNAME }} -password=${{ secrets.DOCKER_TOKEN }} 5.3.2

0 comments on commit d721994

Please sign in to comment.