Skip to content

Commit 009b76c

Browse files
fix
1 parent 779c806 commit 009b76c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
- name: Prepare dependencies (Ubuntu)
3131
run: |
3232
sudo apt-get update
33-
sudo apt-get install -y libmpfr-dev libgmp-dev libmpc-dev ninja-build
33+
sudo apt-get install -y libmpfr-dev libgmp-dev libmpc-dev ninja-build linux-headers-generic
3434
3535
- name: Set reusable strings
3636
id: strings
@@ -54,6 +54,7 @@ jobs:
5454
-DCOMPILER_RT_BUILD_SCUDO_STANDALONE_WITH_LLVM_LIBC=ON
5555
-DCOMPILER_RT_BUILD_GWP_ASAN=OFF
5656
-DCOMPILER_RT_SCUDO_STANDALONE_BUILD_SHARED=OFF
57+
-G Ninja
5758
-S ${{ github.workspace }}/runtimes
5859
5960
- name: Build

0 commit comments

Comments
 (0)