We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a9eba5e commit 8482b9dCopy full SHA for 8482b9d
.github/workflows/libc-fullbuild-tests.yml
@@ -31,7 +31,7 @@ jobs:
31
run: |
32
sudo apt-get update
33
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
+ sudo ln -sf /usr/include/$(uname -p)-linux-gnu/asm /usr/include/asm
35
36
- name: Set reusable strings
37
id: strings
0 commit comments