summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnthony Green <green@moxielogic.com>2022-09-27 20:13:42 -0400
committerAnthony Green <green@moxielogic.com>2022-09-27 20:13:42 -0400
commitcfb3f4c255cda534d1dc5de6a31cff70f02f9d69 (patch)
tree0f07c860f0b371efd78c760a4c5b52b82e0302ce
parentae544e0043079d778fdf0e16408db3b7a6d723bd (diff)
downloadlibffi-cfb3f4c255cda534d1dc5de6a31cff70f02f9d69.tar.gz
Use cross tools for Windows
-rw-r--r--.github/workflows/build.yml5
1 files changed, 4 insertions, 1 deletions
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: |