Skip to content

Commit

Permalink
Update build-wam.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
olilarkin committed Jan 25, 2023
1 parent 4095ad7 commit 43748f7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-wam.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,11 @@ jobs:
- name: Setup Emscripten
- uses: mymindstorm/setup-emsdk@v11
with:
actions-cache-folder: 'emsdk'
actions-cache-folder: 'emsdk-cache'

- name: Patch emcc.py
run: |
sed -i.bak s,"if not js_manipulation.isidentifier(settings.EXPORT_NAME):","if False:",g "/emsdk/upstream/emscripten/emcc.py"
sed -i.bak s,"if not js_manipulation.isidentifier(settings.EXPORT_NAME):","if False:",g "emsdk/upstream/emscripten/emcc.py"
shell: bash

- name: Get WAM SDKS
Expand Down

0 comments on commit 43748f7

Please sign in to comment.