Skip to content

Commit 7bb97e2

Browse files
committed
33
1 parent 496ad6e commit 7bb97e2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,13 @@ jobs:
2020
with:
2121
# this might remove tools that are actually needed,
2222
# if set to "true" but frees about 6 GB
23-
tool-cache: false
23+
tool-cache: true
2424
# all of these default to true, but feel free to set to
2525
# "false" if necessary for your workflow
2626
android: true
27-
dotnet: false
27+
dotnet: true
2828
haskell: true
29-
large-packages: false
29+
large-packages: true
3030
docker-images: false
3131
swap-storage: true
3232
- name: Check out UnrealHelperLibrary to Plugins folder

0 commit comments

Comments
 (0)