👷 Clang 15

This commit is contained in:
Niels Lohmann 2022-12-11 11:14:33 +01:00
parent 09324b7536
commit d3daaf93f1
No known key found for this signature in database
GPG Key ID: 7F3CEA63AE251B69

View File

@ -141,8 +141,8 @@ jobs:
compiler: ['3.5', '3.6', '3.7', '3.8', '3.9', '4', '5', '6', '7', '8', '9', '10', '11', '12', '13', '14', '15-bullseye', 'latest']
container: silkeh/clang:${{ matrix.compiler }}
steps:
- name: Install unzip
run: apt-get update ; apt-get install -y unzip
- name: Install unzip and git
run: apt-get update ; apt-get install -y unzip git
- uses: actions/checkout@v3
- name: Get latest CMake and ninja
uses: lukka/get-cmake@latest