Skip to content

Commit

Permalink
fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
Thaumy committed Jan 11, 2024
1 parent 7c30a61 commit 741d3e7
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/build-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,11 @@ jobs:
rustc -V
uname -a
- name: Show /usr/include/linux/perf_event.h
shell: bash
run: |
cat /usr/include/linux/perf_event.h
- name: Setup musl-tools
if: matrix.targets.target == 'x86_64-unknown-linux-musl'
shell: bash
Expand Down

0 comments on commit 741d3e7

Please sign in to comment.