diff options
| author | Theo Buehler <tb@openbsd.org> | 2023-11-11 19:50:16 +0100 |
|---|---|---|
| committer | Theo Buehler <tb@openbsd.org> | 2023-11-11 19:50:16 +0100 |
| commit | 0d9bb74aefb2f2054e75e90e9bfaf07882b39691 (patch) | |
| tree | 0ca5edb81cfb4cd45096b53356d1406cbe6a968c | |
| parent | c1b61a769d1b28d9309e5463e7b5abb65d460cba (diff) | |
| parent | 98291381ff8651b057112ebf52d1ef4a14892c87 (diff) | |
| download | portable-0d9bb74aefb2f2054e75e90e9bfaf07882b39691.tar.gz portable-0d9bb74aefb2f2054e75e90e9bfaf07882b39691.tar.bz2 portable-0d9bb74aefb2f2054e75e90e9bfaf07882b39691.zip | |
Land #947
| -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 |
