Skip to content

Commit

Permalink
fix: add sudo
Browse files Browse the repository at this point in the history
  • Loading branch information
frectonz committed Jun 19, 2024
1 parent f247574 commit 0cfa2ac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@ jobs:
- name: Install CC Dependencies
run: |
apt update
apt install build-essential gcc make pkg-config
sudo apt update
sudo apt install build-essential gcc make pkg-config
- name: Compile and release
uses: rust-build/[email protected]
Expand Down

0 comments on commit 0cfa2ac

Please sign in to comment.