From 9040408717ad12236e45e18c7bdd3027ac3c343d Mon Sep 17 00:00:00 2001 From: Olivia Appleton Date: Wed, 26 Jun 2024 23:27:34 -0500 Subject: [PATCH] Add tcc, pcc tests back to workflpw --- .github/workflows/c.yml | 4 ++++ README.md | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) 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) |