Skip to content

Commit

Permalink
fix clang ci matrix name
Browse files Browse the repository at this point in the history
  • Loading branch information
injae committed Dec 31, 2023
1 parent c52192b commit f4884d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
build-type: ["Release", "Debug"]
clang-version:
["8", "9", "10", "11", "12", "13", "14", "15-bullseye", "latest"]
container: silkeh/clang:${{ matrix.compiler }}
container: silkeh/clang:${{ matrix.clang-version }}
steps:
- name: ccache
uses: hendrikmuhs/ccache-action@v1
Expand Down

0 comments on commit f4884d5

Please sign in to comment.