diff options
author | Rémi Verschelde <rverschelde@gmail.com> | 2022-01-11 20:59:06 +0100 |
---|---|---|
committer | Rémi Verschelde <rverschelde@gmail.com> | 2022-01-11 20:59:06 +0100 |
commit | 56838ca009ca7d20eb89e7b1c182beff1ce1190d (patch) | |
tree | 4062170d7182c3b04ffc1840c3763d52f15592ab /.github | |
parent | b6bdbd2650f48a1c98040317a857786680a6f203 (diff) |
CI: Rename macOS cache key to force a rebuild
The cache got corrupted and until https://github.com/actions/cache/issues/2
is prioritized we're forced to fix it up with such hacks...
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/macos_builds.yml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.github/workflows/macos_builds.yml b/.github/workflows/macos_builds.yml index dec3abe52b..aede3f8d49 100644 --- a/.github/workflows/macos_builds.yml +++ b/.github/workflows/macos_builds.yml @@ -3,7 +3,8 @@ on: [push, pull_request] # Global Settings env: - GODOT_BASE_BRANCH: master + # Only used for the cache key. Increment version to force clean build. + GODOT_BASE_BRANCH: master-v2 SCONSFLAGS: verbose=yes warnings=extra werror=yes module_text_server_fb_enabled=yes concurrency: |