mirror of
https://github.com/linux-msm/debugcc.git
synced 2026-02-25 13:12:32 -08:00
CI: fix the if condition to make it work properly
Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
This commit is contained in:
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@@ -50,7 +50,7 @@ jobs:
|
||||
apt -y install --no-install-recommends meson build-essential
|
||||
|
||||
- name: Install cross-compilers
|
||||
if:${{ matrix.target }} != 'native'
|
||||
if: matrix.target != 'native'
|
||||
run: |
|
||||
apt -y install gcc-${{ matrix.target }}
|
||||
FAMILY=$(echo ${{ matrix.target }} | cut -d- -f 1)
|
||||
|
||||
Reference in New Issue
Block a user