Skip to content

Commit 19b6cf9

Browse files
authored
Fix no libdw.so issue on AMD CI (#1107)
1 parent 2f7899e commit 19b6cf9

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
@@ -62,6 +62,12 @@ jobs:
6262
- name: Check out code
6363
uses: actions/checkout@v5
6464

65+
- name: Install system dependencies
66+
run: |
67+
set -eux
68+
apt-get update
69+
apt-get install -y libdw1
70+
6571
- name: Install uv
6672
uses: astral-sh/setup-uv@v7
6773
with:

0 commit comments

Comments
 (0)