Skip to content

Commit b16471b

Browse files
committed
Fixed missing SU permission in cargo publish workflow
1 parent dc903fd commit b16471b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/releases.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
override: true
5757
- run: |
5858
sudo apt-get update
59-
apt-get install -y libsndfile1-dev
59+
sudo apt-get install -y libsndfile1-dev
6060
- uses: actions-rs/cargo@v1
6161
with:
6262
command: publish

0 commit comments

Comments
 (0)