From 415b67f85335ec0ef8d5fcc8d3ae6a021b527773 Mon Sep 17 00:00:00 2001 From: 2mao Date: Sat, 25 Mar 2023 13:05:05 +0800 Subject: [PATCH] Update flutter-nightly.yml --- .github/workflows/flutter-nightly.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/flutter-nightly.yml b/.github/workflows/flutter-nightly.yml index adef45cc1..9acba580f 100644 --- a/.github/workflows/flutter-nightly.yml +++ b/.github/workflows/flutter-nightly.yml @@ -33,6 +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 } steps: - name: Checkout source code uses: actions/checkout@v3