forked from mpusz/mp-units
ci: gcc-12 installation no longer needed in ci-conan
This commit is contained in:
5
.github/workflows/ci-conan.yml
vendored
5
.github/workflows/ci-conan.yml
vendored
@@ -159,11 +159,6 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
key: ${{ matrix.config.os }}-${{ matrix.config.compiler.type }}-${{ matrix.config.compiler.version }}-${{ matrix.config.lib }}-${{ matrix.build_type }}
|
key: ${{ matrix.config.os }}-${{ matrix.config.compiler.type }}-${{ matrix.config.compiler.version }}-${{ matrix.config.lib }}-${{ matrix.build_type }}
|
||||||
max-size: 50M
|
max-size: 50M
|
||||||
- name: Install gcc-12
|
|
||||||
if: matrix.config.compiler.type == 'GCC' && matrix.config.compiler.version == '12'
|
|
||||||
shell: bash
|
|
||||||
run: |
|
|
||||||
sudo apt install -y g++-${{ matrix.config.compiler.version }}
|
|
||||||
- name: Install gcc-13
|
- name: Install gcc-13
|
||||||
if: matrix.config.compiler.type == 'GCC' && matrix.config.compiler.version == '13'
|
if: matrix.config.compiler.type == 'GCC' && matrix.config.compiler.version == '13'
|
||||||
shell: bash
|
shell: bash
|
||||||
|
Reference in New Issue
Block a user