Skip to content

Commit

Permalink
Removed libasound2 from installation list for continuous integration.
Browse files Browse the repository at this point in the history
  • Loading branch information
captainys committed Dec 19, 2024
1 parent a8bce69 commit f69b9fb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/autorelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
sudo apt-get update
sudo apt-get install libglu1-mesa-dev mesa-common-dev
- name: install-ALSA
run: sudo apt-get install libasound2 libasound2-dev
run: sudo apt-get install libasound2-dev
- name: cmake
run: cmake ../src -DCMAKE_BUILD_TYPE=Release
working-directory: ./ci_ubuntu
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/continuous.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
sudo apt-get update
sudo apt-get install libglu1-mesa-dev mesa-common-dev
- name: install-ALSA
run: sudo apt-get install libasound2 libasound2-dev
run: sudo apt-get install libasound2-dev
- name: cmake
run: cmake ../src -DCMAKE_BUILD_TYPE=Release
working-directory: ./ci_ubuntu
Expand Down

0 comments on commit f69b9fb

Please sign in to comment.