summaryrefslogtreecommitdiffstats
path: root/.github/workflows/web_builds.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/web_builds.yml')
-rw-r--r--.github/workflows/web_builds.yml6
1 files changed, 2 insertions, 4 deletions
diff --git a/.github/workflows/web_builds.yml b/.github/workflows/web_builds.yml
index 8e30c99fbc..9ed8475769 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
@@ -16,7 +15,7 @@ concurrency:
jobs:
web-template:
- runs-on: ubuntu-22.04
+ runs-on: ubuntu-24.04
name: ${{ matrix.name }}
strategy:
fail-fast: false
@@ -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: |