Skip to content

Commit

Permalink
work around missing clang-14 and clang-15
Browse files Browse the repository at this point in the history
  • Loading branch information
thestinger committed Dec 16, 2024
1 parent a7302ad commit 51a59c3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ jobs:
version: [14, 15]
steps:
- uses: actions/checkout@v4
- name: Install dependencies
run: sudo apt-get update && sudo apt-get install -y --no-install-recommends clang-14 clang-15
- name: Setting up clang version
run: |
sudo update-alternatives --install /usr/bin/clang++ clang++ /usr/bin/clang++-${{ matrix.version }} 100
Expand Down

0 comments on commit 51a59c3

Please sign in to comment.