Skip to content

Commit dc43b32

Browse files
committed
Fixes other compiler accesses
1 parent 4e58eb9 commit dc43b32

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,15 +49,15 @@ jobs:
4949
sudo add-apt-repository -y 'deb http://apt.llvm.org/focal/ llvm-toolchain-focal-12 main'
5050
sudo apt-get update
5151
sudo apt-get -y install --no-install-recommends \
52-
${{ matrix.compiler }} \
52+
${{ matrix.compiler[1] }} \
5353
llvm-12-dev \
5454
libllvm12 \
5555
libclang-common-12-dev \
5656
libclang-12-dev \
5757
libclang-cpp12-dev \
5858
clang-tidy-12
5959
60-
- name: Building Phasar in ${{ matrix.build }} with ${{ matrix.compiler }}
60+
- name: Building Phasar in ${{ matrix.build }} with ${{ matrix.compiler[0] }}
6161
env:
6262
BUILD_TYPE: ${{ matrix.build }}
6363
CXX: ${{ matrix.compiler[0] }}

0 commit comments

Comments
 (0)