Skip to content

Commit

Permalink
GitHub Actions: Fix Clang build with new Ubuntu image (#1773)
Browse files Browse the repository at this point in the history
  • Loading branch information
Xottab-DUTY authored Jan 17, 2025
1 parent 37514ba commit d186eb8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/cibuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,10 @@ jobs:
libtheora-dev:${{ matrix.platform.arch }} \
libvorbis-dev:${{ matrix.platform.arch }}
- name: Install Clang Ubuntu packages
if: ${{ matrix.platform.name == 'Ubuntu' && matrix.platform.cxx == 'clang++' }}
run: sudo apt-get install -qq -y libc++-dev

- name: Install macOS packages
if: ${{ startsWith(matrix.platform.name, 'macOS') }}
run: |
Expand Down

0 comments on commit d186eb8

Please sign in to comment.