build: add back clang

This commit is contained in:
2025-04-01 19:03:59 +02:00
parent 0541f9d095
commit 572b71da00
11 changed files with 45 additions and 250 deletions

View File

@ -27,6 +27,7 @@ jobs:
- release
compiler:
- msvc
- clang
steps:
- name: Check out files
uses: actions/checkout@main