Skip to content

Commit ba8aa0a

Browse files
committed
Fix no libdw.so issue on AMD CI
1 parent 0d01365 commit ba8aa0a

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/test.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -163,6 +163,12 @@ jobs:
163163
- name: Check out code
164164
uses: actions/checkout@v5
165165

166+
- name: Install system dependencies
167+
run: |
168+
set -eux
169+
apt-get update
170+
apt-get install -y libdw1 libunwind8
171+
166172
- name: Install uv
167173
uses: astral-sh/setup-uv@v7
168174
with:

0 commit comments

Comments
 (0)