From cfb3f4c255cda534d1dc5de6a31cff70f02f9d69 Mon Sep 17 00:00:00 2001 From: Anthony Green Date: Tue, 27 Sep 2022 20:13:42 -0400 Subject: Use cross tools for Windows --- .github/workflows/build.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 32befbc..d056911 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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: | -- cgit v1.2.1