Skip to content

Commit

Permalink
[update] test
Browse files Browse the repository at this point in the history
  • Loading branch information
tiawl committed Oct 22, 2024
1 parent 287f7b7 commit 392b22f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ jobs:
- shell: bash
run: |
git clone https://github.com/jqlang/jq test
env -C test git submodule update --init
env -C autoreconf -i
env -C ./configure --with-oniguruma=builtin
env -C ./test git submodule update --init
env -C ./test autoreconf -i
env -C ./test ./configure --with-oniguruma=builtin
cat test/Makefile
exit 1
- name: Test building examples
Expand Down

0 comments on commit 392b22f

Please sign in to comment.