GH: Disable emscripten lib cache

This commit is contained in:
Serhii Snitsaruk 2023-11-09 19:06:58 +01:00
parent 9548fb601c
commit a7bd8b81ea
1 changed files with 5 additions and 5 deletions

View File

@ -85,11 +85,11 @@ jobs:
# Inits GODOT_VERSION, LIMBOAI_VERSION and NAME_PREFIX environment variables.
- uses: ./modules/limboai/.github/actions/init-version
- name: Set up Emscripten cache
uses: actions/cache@v3
with:
path: ${{env.EM_CACHE_FOLDER}}
key: ${{env.EM_VERSION}}-${{runner.os}}-libs
# - name: Set up Emscripten cache
# uses: actions/cache@v3
# with:
# path: ${{env.EM_CACHE_FOLDER}}
# key: ${{env.EM_VERSION}}-${{runner.os}}-libs
- name: Set up Emscripten
uses: mymindstorm/setup-emsdk@v12