Skip to content

Commit 103f354

Browse files
committed
Sudo
1 parent 3940a48 commit 103f354

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
@@ -37,7 +37,7 @@ jobs:
3737
steps:
3838
- uses: actions/checkout@v3
3939
- name: Install deps
40-
run: apt-get update && apt-get install -y openssl-dev
40+
run: sudo apt-get update && sudo apt-get install -y openssl-dev
4141
- name: Build
4242
run: env OPENSSL_LIB_DIR=/usr/local/lib/ OPENSSL_INCLUDE_DIR=/usr/local/include OPENSSL_STATIC=yes cargo build --release --locked
4343

0 commit comments

Comments
 (0)