Skip to content

Commit

Permalink
da
Browse files Browse the repository at this point in the history
  • Loading branch information
DNKpp committed Apr 22, 2024
1 parent f01049c commit bc56aae
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ on:
jobs:
build:
name: |
${{ matrix.config.prefix }} \
${{ matrix.config.compiler_name }}-${{ matrix.config.compiler_version }} \
C++${{ matrix.cxx_standard }} \
${{ matrix.config.suffix }} \
${{ matrix.config.prefix }}
${{ matrix.config.compiler_name }}-${{ matrix.config.compiler_version }}
C++${{ matrix.cxx_standard }}
${{ matrix.config.suffix }}
(${{ matrix.build_mode }})
runs-on: ${{ matrix.config.os }}
container:
Expand Down Expand Up @@ -112,7 +112,7 @@ jobs:
- uses: actions/checkout@v4

- name: Install libc++
if: ${{ (matrix.config.compiler_name == 'clang') && (matrix.config.libcxx == 'true') }}
if: ${{ matrix.config.compiler_name == 'clang' && matrix.config.libcxx == 'true' }}
run: |
apt-get update
apt-get install -y \
Expand Down

0 comments on commit bc56aae

Please sign in to comment.