Skip to content

Commit

Permalink
Merge pull request #1639 from AThousandShips/emsdk_cache_fix
Browse files Browse the repository at this point in the history
[Web] Don't cache emsdk
  • Loading branch information
dsnopek authored Nov 11, 2024
2 parents 253e095 + 1e3b24f commit f298ddd
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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'
Expand Down

0 comments on commit f298ddd

Please sign in to comment.