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 bb11a83 commit f25836a
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/build-wam.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,13 @@ jobs:
- name: Setup Emscripten
uses: mymindstorm/setup-emsdk@v7
with:
version: '2.0.16'
actions-cache-folder: 'emsdk'

- 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"
shell: bash

- name: Get WAM SDKS
run: |
cd iPlug2/Dependencies/IPlug
Expand Down

0 comments on commit f25836a

Please sign in to comment.