Skip to content

Commit

Permalink
clang-17 path fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
anders-wind committed Mar 7, 2024
1 parent ea29041 commit 3746429
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,11 @@ jobs:
uses: KyleMayes/install-llvm-action@v1
with:
version: "17.0"


- name: Fix clang++
run: |
cp ./llvm/bin/clang++ ./llvm/bin/clang++-17
- name: Install vcpkg
uses: friendlyanon/setup-vcpkg@v1
with:
Expand Down Expand Up @@ -223,6 +227,13 @@ jobs:
uses: KyleMayes/install-llvm-action@v1
with:
version: "17.0"

- name: Fix clang installations
if: matrix.os == 'ubuntu-22.04'
run: |
cp ./llvm/bin/clang++ ./llvm/bin/clang++-17
cp ./llvm/bin/clang-format ./llvm/bin/clang-format-17
cp ./llvm/bin/clang-tidy ./llvm/bin/clang-tidy-17
- name: Install vcpkg
uses: friendlyanon/setup-vcpkg@v1
Expand Down

0 comments on commit 3746429

Please sign in to comment.