Support C3C_LIB and C3C_CC environment variables. Enable compiling against 20 to see if it works.

This commit is contained in:
Christoffer Lerno
2024-09-17 00:12:50 +02:00
parent 1181edc48e
commit 297a6c9348
7 changed files with 33 additions and 9 deletions

View File

@@ -216,7 +216,7 @@ jobs:
fail-fast: false
matrix:
build_type: [Release, Debug]
llvm_version: [17, 18, 19]
llvm_version: [17, 18, 19, 20]
steps:
- uses: actions/checkout@v4