Skip to content

Commit

Permalink
CI
Browse files Browse the repository at this point in the history
  • Loading branch information
tek committed Mar 28, 2024
1 parent 4a7631f commit 30794af
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,10 @@ jobs:
with:
node-version: '18'

# - name: Install emscripten
# uses: mymindstorm/setup-emsdk@v10
# with:
# version: '2.0.24'
- name: Install emscripten
uses: mymindstorm/setup-emsdk@v14
with:
version: '3.1.47'

- name: Build tree-sitter-haskell
run: npm install
Expand All @@ -41,6 +41,5 @@ jobs:
- name: Parse examples
run: npm run examples

# - name: Parse examples with web binding
# run: npm run examples-wasm

- name: Parse examples with web binding
run: npm run examples-wasm

0 comments on commit 30794af

Please sign in to comment.