From d4e1a83a5a7f16c81531aaa5904f1345ff6cbe48 Mon Sep 17 00:00:00 2001 From: rustdesk Date: Thu, 2 May 2024 17:06:01 +0800 Subject: [PATCH] fix ci --- .github/workflows/build-macos-arm64.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build-macos-arm64.yml b/.github/workflows/build-macos-arm64.yml index d38d21471..ebf27d701 100644 --- a/.github/workflows/build-macos-arm64.yml +++ b/.github/workflows/build-macos-arm64.yml @@ -32,7 +32,7 @@ env: jobs: build-appimage: - name: Build Flatpak ${{ matrix.job.target }} + name: Build image ${{ matrix.job.target }} runs-on: ubuntu-20.04 strategy: fail-fast: false @@ -52,8 +52,8 @@ jobs: - name: Rename Binary run: | - apt-get update -y - apt-get install -y wget + sudo apt-get update -y + sudo 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