Skip to content

Commit

Permalink
debugging pcommandbatch compile failure
Browse files Browse the repository at this point in the history
  • Loading branch information
efroemling committed Aug 21, 2023
1 parent 6808eac commit d4a623c
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 @@ -24,7 +24,7 @@ jobs:
- name: Install dependencies
run: tools/pcommand install_pip_reqs
- name: Run checks
run: make check
run: BA_PCOMMANDBATCH_BUILD_VERBOSE=1 make check

# Compile a server binary and run some tests.
build_and_test_linux:
Expand Down

0 comments on commit d4a623c

Please sign in to comment.