diff options
-rw-r--r-- | .github/workflows/rust-openssl.yml | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/.github/workflows/rust-openssl.yml b/.github/workflows/rust-openssl.yml index 93256ec..e5e6e02 100644 --- a/.github/workflows/rust-openssl.yml +++ b/.github/workflows/rust-openssl.yml | |||
@@ -19,11 +19,6 @@ jobs: | |||
19 | - name: "Build LibreSSL" | 19 | - name: "Build LibreSSL" |
20 | run: | | 20 | run: | |
21 | ./autogen.sh | 21 | ./autogen.sh |
22 | ./configure | ||
23 | make dist | ||
24 | tar zxvf libressl-*.tar.gz | ||
25 | rm libressl-*.tar.gz | ||
26 | cd libressl-* | ||
27 | ./configure --prefix="${HOME}/opt" | 22 | ./configure --prefix="${HOME}/opt" |
28 | make all install | 23 | make all install |
29 | 24 | ||