From a1b957b0f7a251ed757f8ff8bda7700d422a46df Mon Sep 17 00:00:00 2001 From: rustdesk <info@rustdesk.com> Date: Thu, 2 May 2024 16:51:37 +0800 Subject: [PATCH] fix ci --- .github/workflows/build-macos-arm64.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-macos-arm64.yml b/.github/workflows/build-macos-arm64.yml index 64d5ff042..abb508dd7 100644 --- a/.github/workflows/build-macos-arm64.yml +++ b/.github/workflows/build-macos-arm64.yml @@ -57,8 +57,8 @@ jobs: - name: Rename Binary run: | - apt update -y - apt install -y wget + apt-get update -y + apt-get install -y wget wget https://github.com/rustdesk/rustdesk/releases/download/nightly/rustdesk-${{ env.VERSION }}-${{ matrix.job.arch }}.deb mv rustdesk-${{ env.VERSION }}-${{ matrix.job.arch }}.deb rustdesk-${{ env.VERSION }}.deb