diff options
| author | Joshua Sing <joshua@hypera.dev> | 2023-11-09 20:16:31 +1100 |
|---|---|---|
| committer | Brent Cook <busterb@gmail.com> | 2024-03-03 09:13:22 -0600 |
| commit | d9a8539a7b027a02450ec9f75eca579e0d77500b (patch) | |
| tree | 0e9bed099face206eb15edf6c61145bb9c73b3fd | |
| parent | bd0ed2b48b132d717138598026652a407e0d28dc (diff) | |
| download | portable-d9a8539a7b027a02450ec9f75eca579e0d77500b.tar.gz portable-d9a8539a7b027a02450ec9f75eca579e0d77500b.tar.bz2 portable-d9a8539a7b027a02450ec9f75eca579e0d77500b.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 | ||
