Skip to content

Commit e317976

Browse files
committed
16
1 parent 2a2ba72 commit e317976

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

.github/workflows/test.yml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,20 @@ jobs:
1616
# runs-on: self-hosted
1717
runs-on: ubuntu-latest
1818
container:
19-
image: ghcr.io/epicgames/unreal-engine:dev-5.4
19+
image: ghcr.io/epicgames/unreal-engine:dev-slim-5.4
2020
credentials:
2121
username: ${{ github.actor }}
2222
password: ${{ secrets.UNREAL_ENGINE_PERSONAL_TOKEN }}
2323

2424
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+
2533
- name: Check out UE5.4 project
2634
uses: actions/checkout@v3
2735
with:

0 commit comments

Comments
 (0)