summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorA Thousand Ships <96648715+AThousandShips@users.noreply.github.com>2024-11-08 14:22:21 +0100
committerA Thousand Ships <96648715+AThousandShips@users.noreply.github.com>2024-11-09 16:16:15 +0100
commit9923268d74f7c106fba119d88ccaf53de387923d (patch)
tree07209232550a3723a432b05953eb4a10810f4d0a /.github
parent36e6207bb48fafd43b98a458d0c461ad982b4e68 (diff)
downloadredot-engine-9923268d74f7c106fba119d88ccaf53de387923d.tar.gz
[Web] Don't cache emsdk
Due to how caches are accessed this cache is almost useless, it only matters if it is from the same branch or a base branch, and is identical between branches, so caching it just clutters the build cache
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/web_builds.yml4
1 files changed, 1 insertions, 3 deletions
diff --git a/.github/workflows/web_builds.yml b/.github/workflows/web_builds.yml
index 8e30c99fbc..ec57fa2f0d 100644
--- a/.github/workflows/web_builds.yml
+++ b/.github/workflows/web_builds.yml
@@ -8,7 +8,6 @@ env:
GODOT_BASE_BRANCH: master
SCONSFLAGS: verbose=yes warnings=extra werror=yes debug_symbols=no use_closure_compiler=yes strict_checks=yes
EM_VERSION: 3.1.64
- EM_CACHE_FOLDER: emsdk-cache
concurrency:
group: ci-${{ github.actor }}-${{ github.head_ref || github.run_number }}-${{ github.ref }}-web
@@ -46,8 +45,7 @@ jobs:
uses: mymindstorm/setup-emsdk@v14
with:
version: ${{ env.EM_VERSION }}
- actions-cache-folder: ${{ env.EM_CACHE_FOLDER }}
- cache-key: emsdk-${{ matrix.cache-name }}-${{ env.GODOT_BASE_BRANCH }}-${{ github.ref }}-${{ github.sha }}
+ no-cache: true
- name: Verify Emscripten setup
run: |