Skip to content

Commit

Permalink
Use cross tools for Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
atgreen committed Sep 28, 2022
1 parent ae544e0 commit cfb3f4c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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: |
Expand Down

0 comments on commit cfb3f4c

Please sign in to comment.