Skip to content

Commit

Permalink
[libc][workflows] fix pre-commit fullbuild dependency problem (#119441)
Browse files Browse the repository at this point in the history
- fix the issue where `linux-headers-generic` cannot be installed
  • Loading branch information
SchrodingerZhu authored Dec 10, 2024
1 parent e9866d5 commit 24162bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/libc-fullbuild-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
- name: Prepare dependencies (Ubuntu)
run: |
sudo apt-get update
sudo apt-get install -y libmpfr-dev libgmp-dev libmpc-dev ninja-build linux-headers-generic linux-libc-dev
sudo apt-get install -y libmpfr-dev libgmp-dev libmpc-dev ninja-build linux-libc-dev
sudo ln -sf /usr/include/$(uname -p)-linux-gnu/asm /usr/include/asm
- name: Set reusable strings
Expand Down

0 comments on commit 24162bd

Please sign in to comment.