Skip to content

Commit

Permalink
setup emscripten after checkout
Browse files Browse the repository at this point in the history
  • Loading branch information
vhavlena committed Jan 5, 2025
1 parent b25ea5e commit a30ce35
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/js-binding.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,12 @@ jobs:
- name: Check out repository code
uses: actions/checkout@v3

- name: Setup emscripten
uses: mymindstorm/setup-emsdk@v14
with:
version: 3.1.73
actions-cache-folder: 'emsdk-cache'

- name: Compile JS Binding for Z3-Noodler
run: |
mkdir build
Expand Down

0 comments on commit a30ce35

Please sign in to comment.