diff options
-rw-r--r-- | .github/workflows/rust-openssl.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/rust-openssl.yml b/.github/workflows/rust-openssl.yml index e5e6e02..149d2b7 100644 --- a/.github/workflows/rust-openssl.yml +++ b/.github/workflows/rust-openssl.yml | |||
@@ -32,4 +32,4 @@ jobs: | |||
32 | OPENSSL_DIR=${HOME}/opt | 32 | OPENSSL_DIR=${HOME}/opt |
33 | LD_LIBRARY_PATH=${HOME}/opt/lib | 33 | LD_LIBRARY_PATH=${HOME}/opt/lib |
34 | patch -p1 < ../.github/rust-openssl.patch | 34 | patch -p1 < ../.github/rust-openssl.patch |
35 | cargo test | 35 | cargo test --verbose |