We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3940a48 commit 103f354Copy full SHA for 103f354
.github/workflows/release.yml
@@ -37,7 +37,7 @@ jobs:
37
steps:
38
- uses: actions/checkout@v3
39
- name: Install deps
40
- run: apt-get update && apt-get install -y openssl-dev
+ run: sudo apt-get update && sudo apt-get install -y openssl-dev
41
- name: Build
42
run: env OPENSSL_LIB_DIR=/usr/local/lib/ OPENSSL_INCLUDE_DIR=/usr/local/include OPENSSL_STATIC=yes cargo build --release --locked
43
0 commit comments