Skip to content

Commit 8482b9d

Browse files
fix
1 parent a9eba5e commit 8482b9d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/libc-fullbuild-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
run: |
3232
sudo apt-get update
3333
sudo apt-get install -y libmpfr-dev libgmp-dev libmpc-dev ninja-build linux-headers-generic linux-libc-dev
34-
sudo ln -sf /usr/include/asm-generic /usr/include/asm
34+
sudo ln -sf /usr/include/$(uname -p)-linux-gnu/asm /usr/include/asm
3535
3636
- name: Set reusable strings
3737
id: strings

0 commit comments

Comments
 (0)