Skip to content

Commit

Permalink
chore: verbose build output in CI
Browse files Browse the repository at this point in the history
The default output doesn't contain enough information to diagnose issues.
  • Loading branch information
vlaci committed Jun 2, 2023
1 parent 16314cd commit fa11ecc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ jobs:
with:
target: ${{ matrix.target }}
container: ${{ env.CONTAINER }}
args: --release --out dist
args: --verbose --release --out dist
sccache: ${{ matrix.target == 'musllinux_1_1' }}
manylinux: auto
docker-options: -e CARGO_NET_GIT_FETCH_WITH_CLI=true
Expand Down Expand Up @@ -196,7 +196,7 @@ jobs:
uses: PyO3/maturin-action@v1
with:
target: ${{ matrix.target }}
args: --release --out dist
args: --verbose --release --out dist
sccache: "true"
- name: Upload wheels
uses: actions/upload-artifact@v3
Expand Down

0 comments on commit fa11ecc

Please sign in to comment.