diff --git a/.github/workflows/c.yml b/.github/workflows/c.yml
index 0fe9ae54..d8174c6d 100644
--- a/.github/workflows/c.yml
+++ b/.github/workflows/c.yml
@@ -41,6 +41,10 @@ jobs:
python-version: "3.10"
cache-dependency-path: '*/requirements.txt'
+ - name: Setup tcc, pcc
+ if: ${{ contains(matrix.os, 'ubuntu') }}
+ run: sudo apt-get install -y tcc pcc
+
# - name: Setup Cpp ${{ matrix.compiler }}
# uses: aminya/setup-cpp@v1
# if: ${{ contains(matrix.compiler, fromJSON('["llvm", "gcc", "msvc"]')) }}
diff --git a/README.md b/README.md
index 410e1d39..49b040dd 100644
--- a/README.md
+++ b/README.md
@@ -2,7 +2,7 @@
| Language | Version | Solved | Status |
|:---------|:--------|:-------|:-------|
-| C | C11+
gcc, clang | 17 | [![C](https://github.com/LivInTheLookingGlass/Euler/actions/workflows/c.yml/badge.svg)](https://github.com/LivInTheLookingGlass/Euler/actions/workflows/c.yml) |
+| C | C11+
clang, gcc,
pcc, tcc | 17 | [![C](https://github.com/LivInTheLookingGlass/Euler/actions/workflows/c.yml/badge.svg)](https://github.com/LivInTheLookingGlass/Euler/actions/workflows/c.yml) |
| C# | 5+ | 1 | [![C#](https://github.com/LivInTheLookingGlass/Euler/actions/workflows/csharp.yml/badge.svg)](https://github.com/LivInTheLookingGlass/Euler/actions/workflows/csharp.yml) |
| JavaScript | Node 12+ | 2 | [![JavaScript](https://github.com/LivInTheLookingGlass/Euler/actions/workflows/javascript.yml/badge.svg)](https://github.com/LivInTheLookingGlass/Euler/actions/workflows/javascript.yml) |
| Python | CPython 3.6+
Pypy 3.8+
GraalPy 23.1+ | 70 | [![Python](https://github.com/LivInTheLookingGlass/Euler/actions/workflows/python.yml/badge.svg)](https://github.com/LivInTheLookingGlass/Euler/actions/workflows/python.yml) |