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: