Skip to content

Commit

Permalink
Fix rust-openssl regress
Browse files Browse the repository at this point in the history
Change around the order slightly. It seems more logical to apply the
patch first, then export the env.
  • Loading branch information
botovq committed Nov 11, 2023
1 parent 194a4a5 commit 9829138
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/rust-openssl.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ jobs:
- name: "Run rust-openssl tests"
run: |
cd rust-openssl
OPENSSL_DIR=${HOME}/opt
LD_LIBRARY_PATH=${HOME}/opt/lib
patch -p1 < ../.github/rust-openssl.patch
export OPENSSL_DIR=${HOME}/opt LD_LIBRARY_PATH=${HOME}/opt/lib
cargo test --verbose

0 comments on commit 9829138

Please sign in to comment.