Skip to content

Commit

Permalink
GitHub Actions: try to fix clang build with new Ubuntu image
Browse files Browse the repository at this point in the history
  • Loading branch information
Xottab-DUTY authored Jan 17, 2025
1 parent 7507b98 commit 9520e21
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.cxx == "clang++" }}
run: sudo apt-get install -qq -y libstdc++-dev

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

0 comments on commit 9520e21

Please sign in to comment.