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

Commit

Permalink
install dependency as sudo
Browse files Browse the repository at this point in the history
  • Loading branch information
MGTheTrain committed Apr 20, 2024
1 parent b473138 commit a1b05e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- name: Install third-party apt dependencies
run: |
sudo apt-get update
apt-get install -y \
sudo apt-get install -y \
build-essential \
cmake portaudio19-dev nasm
Expand Down

0 comments on commit a1b05e2

Please sign in to comment.