Skip to content

Commit

Permalink
CI: add debugprint to musl targets
Browse files Browse the repository at this point in the history
  • Loading branch information
ahihi committed Aug 2, 2024
1 parent 0ba8293 commit 393282a
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,9 +93,10 @@ jobs:
packages: libasound2-dev
version: 1.0

# - name: debugprint
# run: |
# find / -name alsa.pc 2> /dev/null || true
- name: debugprint
if: endsWith(matrix.target, '-musl')
run: |
find / -name alsa.pc 2> /dev/null || true
- name: build
uses: houseabsolute/actions-rust-cross@v0
Expand Down

0 comments on commit 393282a

Please sign in to comment.