Skip to content

Commit

Permalink
js-binding: changing emscripten engine
Browse files Browse the repository at this point in the history
  • Loading branch information
vhavlena committed Jan 5, 2025
1 parent f25ef7a commit 441d841
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/js-binding.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,9 @@ jobs:
steps:

- name: Setup emscripten
uses: mymindstorm/setup-emsdk@v14
uses: lovasoa/setup-emscripten@master
with:
no-install: true
version: ${{env.EM_VERSION}}
actions-cache-folder: "emsdk-cache"
emscripten-version: '3.1.73'

- name: Clone Mata
uses: GuillaumeFalourd/clone-github-repo-action@v2.3
Expand Down

0 comments on commit 441d841

Please sign in to comment.