Skip to content

Commit 24162bd

Browse files
[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

Lines changed: 1 addition & 1 deletion
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)