Skip to content

Commit ab1818a

Browse files
committed
Update CI
1 parent 420b917 commit ab1818a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/generate.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- name: Generate parser
2525
run: |
2626
npx tree-sitter generate
27-
npx tree-sitter build-wasm
27+
npx tree-sitter build --wasm -o tree-sitter-elixir.wasm
2828
- name: Update parser files
2929
uses: stefanzweifel/git-auto-commit-action@v4
3030
with:

0 commit comments

Comments
 (0)