Skip to content

Commit 1e3b24f

Browse files
[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
1 parent 253e095 commit 1e3b24f

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)