From 291dbe842448f307dff7d96db319d293378ccabe Mon Sep 17 00:00:00 2001 From: rustdesk Date: Sat, 25 Mar 2023 22:52:31 +0800 Subject: [PATCH] disable aarch64-pc-windows-msvc for now, because engine and topwindows.dll and idddriver.dll not ready --- .github/workflows/flutter-nightly.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/flutter-nightly.yml b/.github/workflows/flutter-nightly.yml index a72b90249..b9fcb6bb4 100644 --- a/.github/workflows/flutter-nightly.yml +++ b/.github/workflows/flutter-nightly.yml @@ -33,7 +33,7 @@ jobs: # - { target: i686-pc-windows-msvc , os: windows-2019 } # - { target: x86_64-pc-windows-gnu , os: windows-2019 } - { target: x86_64-pc-windows-msvc, os: windows-2019 } - - { target: aarch64-pc-windows-msvc, os: windows-2019 } + # - { target: aarch64-pc-windows-msvc, os: windows-2019 } steps: - name: Checkout source code uses: actions/checkout@v3