Skip to content

Commit

Permalink
update web
Browse files Browse the repository at this point in the history
  • Loading branch information
TokisanGames committed Dec 28, 2024
1 parent bab9f11 commit 31711ac
Showing 1 changed file with 3 additions and 9 deletions.
12 changes: 3 additions & 9 deletions .github/actions/base-deps/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,15 +37,9 @@ runs:
- name: Setup Web Dependencies
if: inputs.platform == 'web'
uses: mymindstorm/setup-emsdk@v14
env:
EM_VERSION: 3.1.64
EM_CACHE_FOLDER: emsdk-cache
with:
version: ${{ env.EM_VERSION }}
actions-cache-folder: ${{ env.EM_CACHE_FOLDER }}
cache-key: emsdk-${{ matrix.cache-name }}-${{ env.GODOT_BASE_BRANCH }}-${{ github.ref }}-${{ github.sha }}
# no-cache: true

with:
version: 3.1.64
no-cache: true

- name: Verify Emscripten setup
if: inputs.platform == 'web'
Expand Down

0 comments on commit 31711ac

Please sign in to comment.