Skip to content

Commit 2d96b62

Browse files
AThousandShipsdsnopek
authored andcommitted
[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 (cherry picked from commit 1e3b24f)
1 parent 2cd6221 commit 2d96b62

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
@@ -92,7 +92,6 @@ jobs:
9292
env:
9393
SCONS_CACHE: ${{ github.workspace }}/.scons-cache/
9494
EM_VERSION: 3.1.39
95-
EM_CACHE_FOLDER: emsdk-cache
9695

9796
steps:
9897
- name: Checkout
@@ -123,7 +122,7 @@ jobs:
123122
uses: mymindstorm/setup-emsdk@v14
124123
with:
125124
version: ${{ env.EM_VERSION }}
126-
actions-cache-folder: ${{ env.EM_CACHE_FOLDER }}
125+
no-cache: true
127126

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

0 commit comments

Comments
 (0)