Testing conan on linux.
Some checks failed
Build & Release / Linux-AMD64-Build (push) Failing after 5s
Build & Release / Linux-AARCH64-Build (push) Failing after 7s
Build & Release / Windows-AMD64-Build (push) Failing after 21s

This commit is contained in:
Arron David Nelson 2024-10-13 13:17:54 -07:00
parent 1c32a81dbe
commit 3bc0fcac24
2 changed files with 2 additions and 0 deletions

View File

@ -3,4 +3,5 @@ os=Linux
arch=x86_64
compiler=gcc
compiler.version=14
compiler.libcxx=libstdc++20
build_type=Debug

View File

@ -3,4 +3,5 @@ os=Linux
arch=x86_64
compiler=gcc
compiler.version=14
compiler.libcxx=libstdc++11
build_type=Release