mirror of
https://github.com/mpusz/mp-units.git
synced 2025-08-07 06:04:27 +02:00
ci: gcc-13 installation added to ci-test-package-cmake
This commit is contained in:
5
.github/workflows/ci-test-package-cmake.yml
vendored
5
.github/workflows/ci-test-package-cmake.yml
vendored
@@ -153,12 +153,11 @@ jobs:
|
|||||||
build-${{ matrix.config.os }}-${{ matrix.build_type }}-${{ matrix.config.compiler.type }}-
|
build-${{ matrix.config.os }}-${{ matrix.build_type }}-${{ matrix.config.compiler.type }}-
|
||||||
build-${{ matrix.config.os }}-${{ matrix.build_type }}-
|
build-${{ matrix.config.os }}-${{ matrix.build_type }}-
|
||||||
build-${{ matrix.config.os }}-
|
build-${{ matrix.config.os }}-
|
||||||
- name: Install gcc-11
|
- name: Install gcc-13
|
||||||
if: matrix.config.compiler.type == 'GCC' && matrix.config.compiler.version == '11'
|
if: matrix.config.compiler.type == 'GCC' && matrix.config.compiler.version == '13'
|
||||||
shell: bash
|
shell: bash
|
||||||
run: |
|
run: |
|
||||||
sudo apt install -y g++-${{ matrix.config.compiler.version }}
|
sudo apt install -y g++-${{ matrix.config.compiler.version }}
|
||||||
sudo apt install -y clang-tools-${{ matrix.config.compiler.version }}
|
|
||||||
- name: Install Clang
|
- name: Install Clang
|
||||||
if: matrix.config.compiler.type == 'CLANG'
|
if: matrix.config.compiler.type == 'CLANG'
|
||||||
shell: bash
|
shell: bash
|
||||||
|
Reference in New Issue
Block a user