diff options
author | George L. Albany <Megacake1234@gmail.com> | 2024-11-13 03:25:37 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-11-13 03:25:37 +0000 |
commit | a089d372e877febb71e4b5365e567275c301e750 (patch) | |
tree | 98d7630d8587d265c655a53490c58a7831c3fff8 /.github | |
parent | 8ca6bc2cfb90178d10c2a4a7c502242213bfa645 (diff) | |
parent | 2a18d3da32c47f8ac1eea7c05fe3bc9ba2affc82 (diff) | |
download | redot-cpp-master.tar.gz |
Merge commit godotengine/godot-cpp@c20a84e
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/ci.yml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7204d3f..563ec72 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -95,7 +95,6 @@ jobs: env: SCONS_CACHE: ${{ github.workspace }}/.scons-cache/ EM_VERSION: 3.1.39 - EM_CACHE_FOLDER: emsdk-cache steps: - name: Checkout @@ -126,7 +125,7 @@ jobs: uses: mymindstorm/setup-emsdk@v14 with: version: ${{ env.EM_VERSION }} - actions-cache-folder: ${{ env.EM_CACHE_FOLDER }} + no-cache: true - name: Setup MinGW for Windows/MinGW build if: matrix.platform == 'windows' && matrix.flags == 'use_mingw=yes' |