summaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorRémi Verschelde <rverschelde@gmail.com>2022-03-30 10:16:03 +0200
committerRémi Verschelde <rverschelde@gmail.com>2022-03-30 10:16:03 +0200
commit9522032adf1fc67c5b493d83490853a2813cdf29 (patch)
tree2f5f98222116424ee261ecead9cfa88f817e4934 /.github/workflows
parentf6ef63635f92c0a8c9c637c488f0ec129217fade (diff)
CI: Reduce max cache to 7 GiB, remove Windows debug symbols
GitHub Actions runners only have 14 GiB available, so we need to keep the cache constrained.
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/windows_builds.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/.github/workflows/windows_builds.yml b/.github/workflows/windows_builds.yml
index c0b291b252..4919f34cf0 100644
--- a/.github/workflows/windows_builds.yml
+++ b/.github/workflows/windows_builds.yml
@@ -27,6 +27,8 @@ jobs:
target: release_debug
tools: true
tests: true
+ # Skip debug symbols, they're way too big with MSVC.
+ sconsflags: debug_symbols=no
bin: "./bin/godot.windows.opt.tools.64.exe"
- name: Template (target=release, tools=no)
@@ -57,7 +59,6 @@ jobs:
target: ${{ matrix.target }}
tools: ${{ matrix.tools }}
tests: ${{ matrix.tests }}
- scons-cache-limit: 8192
# Execute unit tests for the editor
- name: Unit tests