mirror of
https://github.com/godotengine/godot-cpp.git
synced 2026-01-01 05:48:37 +03:00
Merge pull request #1639 from AThousandShips/emsdk_cache_fix
[Web] Don't cache emsdk
This commit is contained in:
3
.github/workflows/ci.yml
vendored
3
.github/workflows/ci.yml
vendored
@@ -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
|
||||
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user