Skip to content

Commit

Permalink
add profiles back
Browse files Browse the repository at this point in the history
  • Loading branch information
jkotan committed Nov 6, 2024
1 parent 68fccac commit 63d9fb3
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/conan/profiles/clang14-libc++
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
[settings]
arch=x86_64
build_type=Release
compiler=clang
compiler.libcxx=libc++
compiler.version=14
os=Linux
7 changes: 7 additions & 0 deletions .github/workflows/conan/profiles/clang14-libstdc++
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
[settings]
arch=x86_64
build_type=Release
compiler=clang
compiler.libcxx=libstdc++11
compiler.version=14
os=Linux

0 comments on commit 63d9fb3

Please sign in to comment.