Skip to content

Commit

Permalink
Merge branch 'main' into dnut/refactor/slot-leaders
Browse files Browse the repository at this point in the history
  • Loading branch information
dnut authored Dec 19, 2024
2 parents 1857b91 + 87b1c48 commit 416ed2a
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +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: 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 416ed2a

Please sign in to comment.