We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a2ba72 commit e317976Copy full SHA for e317976
.github/workflows/test.yml
@@ -16,12 +16,20 @@ jobs:
16
# runs-on: self-hosted
17
runs-on: ubuntu-latest
18
container:
19
- image: ghcr.io/epicgames/unreal-engine:dev-5.4
+ image: ghcr.io/epicgames/unreal-engine:dev-slim-5.4
20
credentials:
21
username: ${{ github.actor }}
22
password: ${{ secrets.UNREAL_ENGINE_PERSONAL_TOKEN }}
23
24
steps:
25
+ # free some space
26
+ # - name: Maximize build space
27
+ # uses: easimon/maximize-build-space@master
28
+ # with:
29
+ # root-reserve-mb: 512
30
+ # swap-size-mb: 1024
31
+ # remove-dotnet: 'true'
32
+
33
- name: Check out UE5.4 project
34
uses: actions/checkout@v3
35
with:
0 commit comments