Skip to content

Commit 59a76dd

Browse files
committed
ci: Fix failing build configurations
Add missing dependencies for the macos autotools job, select an older WinSDK for 32 bit arm builds.
1 parent e274a95 commit 59a76dd

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969
steps:
7070
- name: Install autotools
7171
run: |
72-
brew install automake
72+
brew install autoconf automake libtool
7373
- name: Checkout sources
7474
uses: actions/checkout@v4
7575
- name: Build
@@ -155,6 +155,7 @@ jobs:
155155
- name: Set up the environment
156156
uses: ilammy/msvc-dev-cmd@v1
157157
with:
158+
sdk: 10.0.22621.0 # This is the last one that has ARM
158159
arch: amd64_arm
159160
- name: Build
160161
run: |

0 commit comments

Comments
 (0)