We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a7302ad commit c97263eCopy full SHA for c97263e
.github/workflows/build-and-test.yml
@@ -27,6 +27,8 @@ jobs:
27
version: [14, 15]
28
steps:
29
- uses: actions/checkout@v4
30
+ - name: Install dependencies
31
+ run: sudo apt-get update && sudo apt-get install -y --no-install-recommends clang-14 clang-15
32
- name: Setting up clang version
33
run: |
34
sudo update-alternatives --install /usr/bin/clang++ clang++ /usr/bin/clang++-${{ matrix.version }} 100
0 commit comments