Skip to content

Commit f298ddd

Browse files
authored
Merge pull request godotengine#1639 from AThousandShips/emsdk_cache_fix
[Web] Don't cache emsdk
2 parents 253e095 + 1e3b24f commit f298ddd

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,6 @@ jobs:
9595
env:
9696
SCONS_CACHE: ${{ github.workspace }}/.scons-cache/
9797
EM_VERSION: 3.1.39
98-
EM_CACHE_FOLDER: emsdk-cache
9998

10099
steps:
101100
- name: Checkout
@@ -126,7 +125,7 @@ jobs:
126125
uses: mymindstorm/setup-emsdk@v14
127126
with:
128127
version: ${{ env.EM_VERSION }}
129-
actions-cache-folder: ${{ env.EM_CACHE_FOLDER }}
128+
no-cache: true
130129

131130
- name: Setup MinGW for Windows/MinGW build
132131
if: matrix.platform == 'windows' && matrix.flags == 'use_mingw=yes'

0 commit comments

Comments
 (0)