From f52fa0e55d996c433d972ea3562c274031a174f8 Mon Sep 17 00:00:00 2001 From: ymshenyu Date: Sat, 9 Jan 2021 10:56:28 +0800 Subject: [PATCH] fix: fix sid build --- .github/workflows/deb.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deb.yml b/.github/workflows/deb.yml index fc1582d4..9c462f32 100644 --- a/.github/workflows/deb.yml +++ b/.github/workflows/deb.yml @@ -104,7 +104,7 @@ jobs: run: | dpkg --add-architecture arm64 apt-get update - apt-get install -y build-essential crossbuild-essential-arm64 devscripts debhelper ninja-build libgrpc++-dev:arm64 libprotobuf-dev:arm64 protobuf-compiler-grpc qtbase5-dev:arm64 qttools5-dev:arm64 cmake pkg-config qtdeclarative5-dev:arm64 libcurl4-openssl-dev:arm64 libqt5svg5-dev:arm64 + apt-get install -o APT::Immediate-Configure=0 -y build-essential crossbuild-essential-arm64 devscripts debhelper ninja-build libgrpc++-dev:arm64 libprotobuf-dev:arm64 protobuf-compiler-grpc qtbase5-dev:arm64 qttools5-dev:arm64 cmake pkg-config qtdeclarative5-dev:arm64 libcurl4-openssl-dev:arm64 libqt5svg5-dev:arm64 - name: Bump version if: github.event_name != 'release' run: | @@ -122,7 +122,7 @@ jobs: - name: Upload artifact uses: actions/upload-artifact@v2 with: - name: ${{ matrix.distro }} + name: ${{ matrix.distro }}-cross path: ${{ steps.get_package.outputs.NAME }} upload: