Skip to content

Commit

Permalink
Add tcc, pcc tests back to workflpw
Browse files Browse the repository at this point in the history
  • Loading branch information
LivInTheLookingGlass committed Jun 27, 2024
1 parent bc78409 commit 9040408
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .github/workflows/c.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"]')) }}
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

| Language | Version | Solved | Status |
|:---------|:--------|:-------|:-------|
| C | C11+<br>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+<br>clang, gcc,<br>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+<br>Pypy 3.8+<br>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) |
Expand Down

0 comments on commit 9040408

Please sign in to comment.