Skip to content

Commit

Permalink
ci: tidy up rust-openssl libressl build step
Browse files Browse the repository at this point in the history
  • Loading branch information
joshuasing committed Nov 9, 2023
1 parent d1ddc0f commit 3ee9b72
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/rust-openssl.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,6 @@ jobs:
- name: "Build LibreSSL"
run: |
./autogen.sh
./configure
make dist
tar zxvf libressl-*.tar.gz
rm libressl-*.tar.gz
cd libressl-*
./configure --prefix="${HOME}/opt"
make all install
Expand Down

0 comments on commit 3ee9b72

Please sign in to comment.