From 59a76dd05a9e7a612ce720a8a308c2beedaa7d44 Mon Sep 17 00:00:00 2001 From: Martin Storsjo Date: Fri, 28 Feb 2025 23:57:52 +0200 Subject: [PATCH] ci: Fix failing build configurations Add missing dependencies for the macos autotools job, select an older WinSDK for 32 bit arm builds. --- .github/workflows/ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c6ba3ea..a35d4bf 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -69,7 +69,7 @@ jobs: steps: - name: Install autotools run: | - brew install automake + brew install autoconf automake libtool - name: Checkout sources uses: actions/checkout@v4 - name: Build @@ -155,6 +155,7 @@ jobs: - name: Set up the environment uses: ilammy/msvc-dev-cmd@v1 with: + sdk: 10.0.22621.0 # This is the last one that has ARM arch: amd64_arm - name: Build run: |