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 22b6dd5 commit c17a3a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/continuous.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,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 c17a3a1

Please # to comment.