Skip to content

Commit f636cb7

Browse files
committed
update linux package install
1 parent f15024e commit f636cb7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ jobs:
8080
- name: Install packages (Ubuntu)
8181
if: matrix.os == 'ubuntu-latest'
8282
run: |
83-
apt-get install musl-tools
83+
sudo apt-get install musl-tools
8484
8585
- name: Install Rust
8686
uses: actions-rs/toolchain@v1

0 commit comments

Comments
 (0)