From d9a8539a7b027a02450ec9f75eca579e0d77500b Mon Sep 17 00:00:00 2001 From: Joshua Sing Date: Thu, 9 Nov 2023 20:16:31 +1100 Subject: ci: tidy up rust-openssl libressl build step --- .github/workflows/rust-openssl.yml | 5 ----- 1 file changed, 5 deletions(-) (limited to '.github') 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: - 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 -- cgit v1.2.3-55-g6feb