mirror of
https://github.com/mstorsjo/fdk-aac.git
synced 2025-06-05 22:39:13 +02:00
ci: Fix failing build configurations
Add missing dependencies for the macos autotools job, select an older WinSDK for 32 bit arm builds.
This commit is contained in:
3
.github/workflows/ci.yml
vendored
3
.github/workflows/ci.yml
vendored
@@ -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: |
|
||||
|
Reference in New Issue
Block a user