Skip to content
This repository has been archived by the owner on Apr 20, 2024. It is now read-only.

Commit

Permalink
remove none-listable apt dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
MGTheTrain committed Apr 20, 2024
1 parent f2f3cf9 commit 98ca762
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 9 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,7 @@ jobs:
sudo apt-get update
sudo apt-get install -y \
build-essential \
cmake portaudio19-dev \
libasound2-dev alsa-utils \
nasm libwayland-dev libxkbcommon-dev \
libegl1-mesa-dev
cmake portaudio19-dev nasm
- name: Check ALSA Mixer Settings
run: alsamixer
- name: Install vcpkg
Expand Down
7 changes: 2 additions & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,9 @@ jobs:
- name: Install third-party apt dependencies
run: |
sudo apt-get update
sudo apt-get install -y \
apt-get install -y \
build-essential \
cmake portaudio19-dev \
libasound2-dev alsa-utils \
nasm libwayland-dev libxkbcommon-dev \
libegl1-mesa-dev
cmake portaudio19-dev nasm
- name: Check ALSA Mixer Settings
run: alsamixer
- name: Install vcpkg
Expand Down

0 comments on commit 98ca762

Please sign in to comment.