Skip to content

Commit

Permalink
ci: install more APT packages
Browse files Browse the repository at this point in the history
  • Loading branch information
luncliff committed Feb 27, 2024
1 parent e60f939 commit 9ee1cc6
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/build-ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,10 @@ jobs:
- uses: actions/checkout@v4.1.1
- uses: ConorMacBride/install-package@v1.1.0
with:
apt: nuget nasm libnuma-dev libopenmpi-dev libx11-dev libxi-dev libxext-dev libx11-xcb-dev
apt: >
nuget nasm
libnuma-dev libopenmpi-dev libasound2-dev libcups2-dev
libx11-dev libxi-dev libxext-dev libx11-xcb-dev libxrender-dev libxrandr-dev libxtst-dev libxt-dev
- name: "create cache folders"
run: |
Expand Down
6 changes: 6 additions & 0 deletions test/packages-apt.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,9 @@ libx11-dev
libxi-dev
libxext-dev
libx11-xcb-dev
libasound2-dev
libcups2-dev
libxrender-dev
libxrandr-dev
libxtst-dev
libxt-dev

0 comments on commit 9ee1cc6

Please sign in to comment.