mirror of
https://github.com/Xaymar/obs-StreamFX
synced 2024-12-29 11:01:23 +00:00
ci: Fix last commit
This commit is contained in:
parent
b6391f13f8
commit
3284b490ca
1 changed files with 1 additions and 1 deletions
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
|
@ -365,7 +365,7 @@ jobs:
|
||||||
cmake \
|
cmake \
|
||||||
ninja-build \
|
ninja-build \
|
||||||
git
|
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
|
if [[ "${compiler[0]}" == "GCC" ]]; then
|
||||||
sudo apt-get install \
|
sudo apt-get install \
|
||||||
binutils gcc-${compiler[1]} g++${compiler[1]}
|
binutils gcc-${compiler[1]} g++${compiler[1]}
|
||||||
|
|
Loading…
Reference in a new issue