diff options
| -rw-r--r-- | .github/workflows/rust-openssl.yml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/.github/workflows/rust-openssl.yml b/.github/workflows/rust-openssl.yml index 149d2b7..cec2de0 100644 --- a/.github/workflows/rust-openssl.yml +++ b/.github/workflows/rust-openssl.yml | |||
| @@ -29,7 +29,6 @@ jobs: | |||
| 29 | - name: "Run rust-openssl tests" | 29 | - name: "Run rust-openssl tests" |
| 30 | run: | | 30 | run: | |
| 31 | cd rust-openssl | 31 | cd rust-openssl |
| 32 | OPENSSL_DIR=${HOME}/opt | ||
| 33 | LD_LIBRARY_PATH=${HOME}/opt/lib | ||
| 34 | patch -p1 < ../.github/rust-openssl.patch | 32 | patch -p1 < ../.github/rust-openssl.patch |
| 33 | export OPENSSL_DIR=${HOME}/opt LD_LIBRARY_PATH=${HOME}/opt/lib | ||
| 35 | cargo test --verbose | 34 | cargo test --verbose |
