Skip to content

Commit

Permalink
Merge pull request #99 from daschuer/build-fix
Browse files Browse the repository at this point in the history
2.4 build fix
  • Loading branch information
JoergAtGithub authored Nov 16, 2023
2 parents e6cc98b + 71ea2cd commit 8cd543b
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,14 +103,21 @@ jobs:
run: echo "sha_short=$(git rev-parse --short HEAD)" >> $GITHUB_OUTPUT
working-directory: ${{ matrix.vcpkg_path }}

# python3-distutils is required for fontconfig but it has been removed in Python 3.12
- name: Setup Python 3.11
uses: actions/setup-python@v4
with:
python-version: '3.11'

- name: Bootstrap vcpkg
run: ${{ matrix.vcpkg_bootstrap }}
working-directory: ${{ matrix.vcpkg_path }}

# FFmpeg requires nasm
- name: "[macOS] Bootstrap vcpkg"
if: runner.os == 'macOS'
run: |
brew update && brew install nasm automake pkg-config
brew update && brew install nasm
/bin/bash -c "sudo xcode-select --switch /Applications/Xcode_12.4.app/Contents/Developer"
xcrun --show-sdk-version
- name: Set up cache
Expand Down

0 comments on commit 8cd543b

Please sign in to comment.