ci: Fix last commit

This commit is contained in:
Michael Fabian 'Xaymar' Dirks 2023-05-14 01:18:42 +02:00 committed by Xaymar
parent b6391f13f8
commit 3284b490ca
1 changed files with 1 additions and 1 deletions

View File

@ -365,7 +365,7 @@ jobs:
cmake \
ninja-build \
git
IFS=$'-' compiler=(${{ matrix.compiler }})
IFS=$'-' compiler=($(echo "${{ matrix.compiler }}")) # ToDo: Can this be done without invoking a sub-shell?
if [[ "${compiler[0]}" == "GCC" ]]; then
sudo apt-get install \
binutils gcc-${compiler[1]} g++${compiler[1]}