Skip to content

Commit

Permalink
Increase verbosity
Browse files Browse the repository at this point in the history
  • Loading branch information
ipmb committed Dec 13, 2023
1 parent ce94624 commit 03f024d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@ jobs:
CIBW_TEST_COMMAND: pyuwsgi --help
CIBW_BEFORE_BUILD_MACOS: IS_MACOS=1 ./pre_build.sh
CIBW_BEFORE_BUILD_LINUX: ./pre_build.sh && (yum install -y zlib-devel || apk add zlib-dev)
CIBW_BUILD_VERBOSITY_LINUX: "3"

- uses: actions/upload-artifact@v3
with:
Expand Down

0 comments on commit 03f024d

Please sign in to comment.