Skip to content

Commit

Permalink
fixed compiler
Browse files Browse the repository at this point in the history
  • Loading branch information
Enmk authored Nov 19, 2024
1 parent 992479f commit 4ab641b
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,11 @@ jobs:
C_COMPILER: clang-10
CXX_COMPILER: clang++-10

- compiler: clang-18
COMPILER_INSTALL: clang-18 libc++-dev
C_COMPILER: clang-18
CXX_COMPILER: clang++-18

- compiler: gcc-7
COMPILER_INSTALL: gcc-7 g++-7
C_COMPILER: gcc-7
Expand All @@ -54,6 +59,11 @@ jobs:
C_COMPILER: gcc-9
CXX_COMPILER: g++-9

- compiler: gcc-13
COMPILER_INSTALL: gcc-13 g++-13
C_COMPILER: gcc-13
CXX_COMPILER: g++-13

- ssl: ssl_ON
SSL_CMAKE_OPTION: -D WITH_OPENSSL=ON

Expand Down

0 comments on commit 4ab641b

Please sign in to comment.