Compare commits

..

No commits in common. "main" and "2025100900" have entirely different histories.

2 changed files with 5 additions and 5 deletions

View file

@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
version: [14]
version: [12, 13, 14]
steps:
- uses: actions/checkout@v5
- name: Setting up gcc version
@ -24,11 +24,11 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
version: [19, 20]
version: [14, 15, 16, 17, 18]
steps:
- uses: actions/checkout@v5
- name: Install dependencies
run: sudo apt-get update && sudo apt-get install -y --no-install-recommends clang-19 clang-20
run: sudo apt-get update && sudo apt-get install -y --no-install-recommends clang-14 clang-15
- name: Setting up clang version
run: |
sudo update-alternatives --install /usr/bin/clang++ clang++ /usr/bin/clang++-${{ matrix.version }} 100

4
.gitignore vendored
View file

@ -1,2 +1,2 @@
/out/
/out-light/
out/
out-light/