Skip to content

Commit

Permalink
fix cli command in the ci
Browse files Browse the repository at this point in the history
  • Loading branch information
janmasrovira committed Sep 29, 2022
1 parent 53d3bcb commit 6668ed5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:

- name : Typecheck library code
run : |
juvix typecheck --only-errors --no-stdlib index.juvix
juvix --only-errors --no-stdlib typecheck index.juvix
- name: HTML
run: |
Expand Down

0 comments on commit 6668ed5

Please sign in to comment.