Skip to content

Commit c87af65

Browse files
[libc][workflows] try fix build
1 parent 8ca4aa5 commit c87af65

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

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

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,8 @@ jobs:
1818
include:
1919
- c_compiler: clang
2020
cpp_compiler: clang++
21-
# TODO: add back gcc build when it is fixed
22-
# - c_compiler: gcc
23-
# cpp_compiler: g++
21+
- c_compiler: gcc
22+
cpp_compiler: g++
2423
steps:
2524
- uses: actions/checkout@v4
2625

@@ -44,7 +43,7 @@ jobs:
4443
- name: Prepare dependencies (Ubuntu)
4544
run: |
4645
sudo apt-get update
47-
sudo apt-get install -y libmpfr-dev libgmp-dev libmpc-dev ninja-build linux-headers-generic linux-libc-dev
46+
sudo apt-get install -y libmpfr-dev libgmp-dev libmpc-dev ninja-build linux-libc-dev
4847
sudo ln -sf /usr/include/$(uname -p)-linux-gnu/asm /usr/include/asm
4948
5049
- name: Set reusable strings

0 commit comments

Comments
 (0)