Use cross tools for Windows
authorAnthony Green <green@moxielogic.com>
Wed, 28 Sep 2022 00:13:42 +0000 (20:13 -0400)
committerAnthony Green <green@moxielogic.com>
Wed, 28 Sep 2022 00:13:42 +0000 (20:13 -0400)
.github/workflows/build.yml

index 32befbc7d9c49f71234c736ba7e7f7519ce2b118..d056911ae20d1dd696f1789826d2a9f561d47b82 100644 (file)
@@ -327,9 +327,11 @@ jobs:
           - host: i686-pc-cygwin
             width: 32
             arch: x86
+            tools: amd64_x86
           - host: x86_64-pc-cygwin
             width: 64
             arch: x64
+            tools: amd64
 
     steps:
       - run: git config --global core.autocrlf input
@@ -339,7 +341,8 @@ jobs:
           platform: x64
           packages: wget make dejagnu automake autoconf libtool texinfo unzip dos2unix
       - uses: ilammy/msvc-dev-cmd@v1.8.1
-      - uses: microsoft/setup-msbuild@v1.0.2
+        with:
+          arch: ${{ matrix.tools }}
 
       - name: Detect tools
         run: |