Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -429,6 +429,7 @@ jobs:
name:
- ubuntu-22
- ubuntu-24
- ubuntu-26
- ubuntu-static-link
- ubuntu-arm-static-link
include:
Expand All @@ -437,6 +438,8 @@ jobs:
apt-outdated: true
- name: ubuntu-24
os: ubuntu-24.04
- name: ubuntu-26
os: ubuntu-26.04
- name: ubuntu-static-link
os: ubuntu-22.04
static-link: true
Expand Down Expand Up @@ -635,8 +638,7 @@ jobs:
- name: Install dependencies
if: matrix.static-link != true
run: |
brew install libevent opus opusfile libvorbis zlib
# brew install sqlite libx11 freetype libjpeg-turbo libpng xz
brew install libevent opus opusfile libvorbis zlib sqlite libx11 freetype libjpeg-turbo libpng xz

- name: Install NASM
if: matrix.static-link == true
Expand Down
Loading