Merge pull request #1639 from AThousandShips/emsdk_cache_fix

[Web] Don't cache emsdk
master
David Snopek 2024-11-11 10:30:47 -06:00 committed by GitHub
commit f298ddd3c4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 2 deletions

View File

@ -95,7 +95,6 @@ jobs:
env: env:
SCONS_CACHE: ${{ github.workspace }}/.scons-cache/ SCONS_CACHE: ${{ github.workspace }}/.scons-cache/
EM_VERSION: 3.1.39 EM_VERSION: 3.1.39
EM_CACHE_FOLDER: emsdk-cache
steps: steps:
- name: Checkout - name: Checkout
@ -126,7 +125,7 @@ jobs:
uses: mymindstorm/setup-emsdk@v14 uses: mymindstorm/setup-emsdk@v14
with: with:
version: ${{ env.EM_VERSION }} version: ${{ env.EM_VERSION }}
actions-cache-folder: ${{ env.EM_CACHE_FOLDER }} no-cache: true
- name: Setup MinGW for Windows/MinGW build - name: Setup MinGW for Windows/MinGW build
if: matrix.platform == 'windows' && matrix.flags == 'use_mingw=yes' if: matrix.platform == 'windows' && matrix.flags == 'use_mingw=yes'