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 496ad6e commit 7bb97e2Copy full SHA for 7bb97e2
.github/workflows/test.yml
@@ -20,13 +20,13 @@ jobs:
20
with:
21
# this might remove tools that are actually needed,
22
# if set to "true" but frees about 6 GB
23
- tool-cache: false
+ tool-cache: true
24
# all of these default to true, but feel free to set to
25
# "false" if necessary for your workflow
26
android: true
27
- dotnet: false
+ dotnet: true
28
haskell: true
29
- large-packages: false
+ large-packages: true
30
docker-images: false
31
swap-storage: true
32
- name: Check out UnrealHelperLibrary to Plugins folder
0 commit comments