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

Commit

Permalink
install portaudio19-dev apt package
Browse files Browse the repository at this point in the history
  • Loading branch information
MGTheTrain committed Apr 17, 2024
1 parent 11498bd commit dc9c891
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
run: |
sudo apt-get update
sudo apt-get install -y \
build-essential cmake
build-essential cmake portaudio19-dev
- name: Install vcpkg
run: |
git clone https://github.com/Microsoft/vcpkg.git
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
run: |
sudo apt-get update
sudo apt-get install -y \
build-essential cmake
build-essential cmake portaudio19-dev
- name: Install vcpkg
run: |
git clone https://github.com/Microsoft/vcpkg.git
Expand Down

0 comments on commit dc9c891

Please sign in to comment.