Skip to content

Commit 24162bd

Browse files
authoredDec 10, 2024··
[libc][workflows] fix pre-commit fullbuild dependency problem (#119441)
- fix the issue where `linux-headers-generic` cannot be installed
1 parent e9866d5 commit 24162bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
- name: Prepare dependencies (Ubuntu)
4545
run: |
4646
sudo apt-get update
47-
sudo apt-get install -y libmpfr-dev libgmp-dev libmpc-dev ninja-build linux-headers-generic linux-libc-dev
47+
sudo apt-get install -y libmpfr-dev libgmp-dev libmpc-dev ninja-build linux-libc-dev
4848
sudo ln -sf /usr/include/$(uname -p)-linux-gnu/asm /usr/include/asm
4949
5050
- name: Set reusable strings

0 commit comments

Comments
 (0)
Please sign in to comment.