Skip to content

Commit

Permalink
Relax clang version requirement.
Browse files Browse the repository at this point in the history
  • Loading branch information
crud89 authored Aug 26, 2024
1 parent f7e805a commit 6aac89a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ jobs:
if: ${{ matrix.compiler == 'clang' }}
uses: KyleMayes/install-llvm-action@v2
with:
version: "18.0"
version: "18"

- name: Setup build and test environment
id: setup-environment
Expand Down

0 comments on commit 6aac89a

Please sign in to comment.