From 20075ca48ee458cd480673c526efe79060c2ec64 Mon Sep 17 00:00:00 2001 From: Andrew Rogers Date: Tue, 30 Jul 2024 18:23:15 -0700 Subject: [PATCH] [android] don't set arch for the msvc toolset --- .github/workflows/swift-toolchain.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/swift-toolchain.yml b/.github/workflows/swift-toolchain.yml index e3c458cb..5155cee8 100644 --- a/.github/workflows/swift-toolchain.yml +++ b/.github/workflows/swift-toolchain.yml @@ -530,7 +530,6 @@ jobs: with: host_arch: amd64 components: 'Microsoft.VisualStudio.Component.VC.Tools.x86.x64;Microsoft.VisualStudio.Component.VC.Tools.ARM64' - arch: ${{ matrix.arch }} - name: Install Flex and Bison Tools run: choco install winflexbison3