mirror of
https://github.com/mpusz/mp-units.git
synced 2025-08-03 20:34:26 +02:00
build: gcc installation step is now mandatory for all gcc versions
This commit is contained in:
4
.github/workflows/ci-conan.yml
vendored
4
.github/workflows/ci-conan.yml
vendored
@@ -89,8 +89,8 @@ jobs:
|
||||
with:
|
||||
key: ${{ matrix.config.os }}-${{ matrix.formatting }}-${{ matrix.contracts }}-${{ matrix.config.compiler.type }}-${{ matrix.config.lib }}-${{ matrix.build_type }}-${{ matrix.config.compiler.version }}-${{ matrix.std }}
|
||||
max-size: 50M
|
||||
- name: Install gcc-13
|
||||
if: matrix.config.compiler.type == 'GCC' && matrix.config.compiler.version == '13'
|
||||
- name: Install gcc-${{ matrix.config.compiler.version }}
|
||||
if: matrix.config.compiler.type == 'GCC'
|
||||
shell: bash
|
||||
run: |
|
||||
sudo apt install -y g++-${{ matrix.config.compiler.version }}
|
||||
|
4
.github/workflows/ci-test-package-cmake.yml
vendored
4
.github/workflows/ci-test-package-cmake.yml
vendored
@@ -96,8 +96,8 @@ jobs:
|
||||
cmake-${{ matrix.config.os }}-${{ matrix.formatting }}-${{ matrix.contracts }}-
|
||||
cmake-${{ matrix.config.os }}-${{ matrix.formatting }}-
|
||||
cmake-${{ matrix.config.os }}-
|
||||
- name: Install gcc-13
|
||||
if: matrix.config.compiler.type == 'GCC' && matrix.config.compiler.version == '13'
|
||||
- name: Install gcc-${{ matrix.config.compiler.version }}
|
||||
if: matrix.config.compiler.type == 'GCC'
|
||||
shell: bash
|
||||
run: |
|
||||
sudo apt install -y g++-${{ matrix.config.compiler.version }}
|
||||
|
Reference in New Issue
Block a user