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:
|
steps:
|
||||||
- name: Install autotools
|
- name: Install autotools
|
||||||
run: |
|
run: |
|
||||||
brew install automake
|
brew install autoconf automake libtool
|
||||||
- name: Checkout sources
|
- name: Checkout sources
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
- name: Build
|
- name: Build
|
||||||
@@ -155,6 +155,7 @@ jobs:
|
|||||||
- name: Set up the environment
|
- name: Set up the environment
|
||||||
uses: ilammy/msvc-dev-cmd@v1
|
uses: ilammy/msvc-dev-cmd@v1
|
||||||
with:
|
with:
|
||||||
|
sdk: 10.0.22621.0 # This is the last one that has ARM
|
||||||
arch: amd64_arm
|
arch: amd64_arm
|
||||||
- name: Build
|
- name: Build
|
||||||
run: |
|
run: |
|
||||||
|
Reference in New Issue
Block a user