From 3ee9b72671120dad1cbe0c38f9c593d8041fa6fd Mon Sep 17 00:00:00 2001 From: Joshua Sing Date: Thu, 9 Nov 2023 20:16:31 +1100 Subject: [PATCH] ci: tidy up rust-openssl libressl build step --- .github/workflows/rust-openssl.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.github/workflows/rust-openssl.yml b/.github/workflows/rust-openssl.yml index 93256ec30f..e5e6e02a32 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