From 8f766f6a1edc120b7f7786ea6e6558b69c1899a3 Mon Sep 17 00:00:00 2001 From: Dmitry Ilyin Date: Thu, 18 Aug 2022 10:28:24 +0300 Subject: [PATCH] Fix build under act --- .github/workflows/hi3516ev200_matrix.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/hi3516ev200_matrix.yml b/.github/workflows/hi3516ev200_matrix.yml index e7f0c37a..ff7435c4 100644 --- a/.github/workflows/hi3516ev200_matrix.yml +++ b/.github/workflows/hi3516ev200_matrix.yml @@ -68,8 +68,8 @@ jobs: - name: Install build dependencies if: env.NEEDED run: | + make install-deps if [ ! -z "$ACT" ]; then - apt install -y cpio rsync bc echo "FORCE_UNSAFE_CONFIGURE=1" >> $GITHUB_ENV else # https://github.com/actions/runner-images/issues/2577 @@ -168,9 +168,9 @@ jobs: - name: Install build dependencies run: | + make install-deps ls -l deps || true if [ ! -z "$ACT" ]; then - apt install -y cpio rsync bc echo "FORCE_UNSAFE_CONFIGURE=1" >> $GITHUB_ENV else # https://github.com/actions/runner-images/issues/2577