Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merge old jqlang/jq master to the latest #2596

Merged
merged 22 commits into from
Jun 1, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Skip workflow_dispatch for windows build
  • Loading branch information
owenthereal committed May 31, 2023
commit 488dc8a4308db36aa396dcf8b44a54bfdff833c8
3 changes: 1 addition & 2 deletions .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ on:
- '**.[chly]'
- '**/Makefile.am'
- '.github/workflows/windows.yml'
workflow_dispatch:
jobs:
windows:
runs-on: windows-latest
Expand Down Expand Up @@ -44,7 +43,7 @@ jobs:
autoreconf -fiv
./configure --disable-valgrind --with-oniguruma=builtin --disable-shared --enable-static --enable-all-static
make -j4
make SUBDIRS= "TESTS=tests/mantest tests/jqtest tests/onigtest tests/base64test" check
make SUBDIRS="TESTS=tests/mantest tests/jqtest tests/onigtest tests/base64test" check
7z a jq-windows.zip jq.exe
- name: Upload Artifacts
uses: actions/upload-artifact@v2
Expand Down