diff options
author | Joshua Sing <joshua@hypera.dev> | 2023-11-09 20:16:31 +1100 |
---|---|---|
committer | Joshua Sing <joshua@hypera.dev> | 2023-11-09 20:16:31 +1100 |
commit | 3ee9b72671120dad1cbe0c38f9c593d8041fa6fd (patch) | |
tree | 86a155802989e3dcdc3835f36be74b47daefc1c8 | |
parent | d1ddc0fcb1bc5af4900244fecb247c5a6a8cbb3a (diff) | |
download | portable-3ee9b72671120dad1cbe0c38f9c593d8041fa6fd.tar.gz portable-3ee9b72671120dad1cbe0c38f9c593d8041fa6fd.tar.bz2 portable-3ee9b72671120dad1cbe0c38f9c593d8041fa6fd.zip |
ci: tidy up rust-openssl libressl build step
-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 | ||