Skip to content

Commit

Permalink
chore: use separate env vars
Browse files Browse the repository at this point in the history
  • Loading branch information
dfx-json committed Jan 14, 2023
1 parent 3a9559e commit 2a9e7b3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,8 @@ jobs:
run: |
# see # see https://github.dev/sfackler/rust-openssl/blob/2e986986784f0136d6666a0ef354ff6bafee63eb/openssl/src/lib.rs#L62-L63
export OPENSSL_STATIC=1
export OPENSSL_DIR=/usr/local
export OPENSSL_INCLUDE_DIR=/usr/local/include
export OPENSSL_LIB_DIR=/usr/local/lib
- uses: actions-rs/toolchain@v1
with:
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,8 @@ jobs:
run: |
# see https://github.dev/sfackler/rust-openssl/blob/2e986986784f0136d6666a0ef354ff6bafee63eb/openssl/src/lib.rs#L62-L63
export OPENSSL_STATIC=1
export OPENSSL_DIR=/usr/local
export OPENSSL_INCLUDE_DIR=/usr/local/include
export OPENSSL_LIB_DIR=/usr/local/lib
- name: Install toolchain (Linux static)
if: matrix.name == 'linux'
Expand Down

0 comments on commit 2a9e7b3

Please sign in to comment.