We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8ca4aa5 commit c87af65Copy full SHA for c87af65
.github/workflows/libc-fullbuild-tests.yml
@@ -18,9 +18,8 @@ jobs:
18
include:
19
- c_compiler: clang
20
cpp_compiler: clang++
21
- # TODO: add back gcc build when it is fixed
22
- # - c_compiler: gcc
23
- # cpp_compiler: g++
+ - c_compiler: gcc
+ cpp_compiler: g++
24
steps:
25
- uses: actions/checkout@v4
26
@@ -44,7 +43,7 @@ jobs:
44
43
- name: Prepare dependencies (Ubuntu)
45
run: |
46
sudo apt-get update
47
- 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
48
sudo ln -sf /usr/include/$(uname -p)-linux-gnu/asm /usr/include/asm
49
50
- name: Set reusable strings
0 commit comments