Skip to content

Commit

Permalink
fix(ci): kcov dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
dnut committed Dec 19, 2024
1 parent 14c88f7 commit 5d2b725
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,9 +80,12 @@ jobs:
run: |
wget https://github.com/SimonKagstrom/kcov/releases/download/v42/kcov-amd64.tar.gz
sudo tar xf kcov-amd64.tar.gz -C /
- name: Setup tmate session
uses: mxschmitt/action-tmate@v3
- name: fix kcov dependencies
run: |
cd /usr/lib/x86_64-linux-gnu/
sudo ln libopcodes-2.42-system.so libopcodes-2.38-system.so || echo libopcodes not found
sudo ln libbfd-2.42-system.so libbfd-2.38-system.so || echo libbfd not found
- name: run kcov
run: |
Expand Down

0 comments on commit 5d2b725

Please sign in to comment.