Skip to content

Commit

Permalink
add clang 17 compiler
Browse files Browse the repository at this point in the history
  • Loading branch information
arBmind committed Sep 26, 2023
1 parent 6208e3d commit 8974cab
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/docker_build.yml
Expand Up @@ -11,7 +11,8 @@ jobs:
distro: ['lunar']
clang: [
{major: 15, source: 'apt'},
{major: 16, source: 'apt'}
{major: 16, source: 'apt'},
{major: 17, source: 'llvm'}
]
gcc: [
{major: 13, source: 'apt'}
Expand All @@ -25,7 +26,7 @@ jobs:

include:
- distro: lunar
clang: {major: 16, source: 'apt'}
clang: {major: 17, source: 'llvm'}
gcc: {major: 13, source: 'apt'}
qt_version: '6.5.2'
qtcreator: {version: "11.0.2-patched", url: "https://github.com/hicknhack-software/Qt-Creator/releases/download/v11.0.2-patched/qtcreator-linux-x64-5866008750.7z"}
Expand Down

0 comments on commit 8974cab

Please sign in to comment.