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