Skip to content

Commit

Permalink
OM publish fix attempt
Browse files Browse the repository at this point in the history
  • Loading branch information
ginty committed Aug 2, 2024
1 parent b1cc519 commit b20095b
Showing 1 changed file with 9 additions and 10 deletions.
19 changes: 9 additions & 10 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -114,16 +114,15 @@ jobs:
rustc --version
cargo --version
# Commenting out to try using the Rust vendored OpenSSL
#- name: Install Newer OpenSSL
# run: |
# curl -O -L https://www.openssl.org/source/openssl-1.1.1w.tar.gz
# ls -al openssl-1.1.1w.tar.gz
# tar zxf openssl-1.1.1w.tar.gz
# cd openssl-1.1.1w
# ./config
# make
# make install
- name: Install Newer OpenSSL
run: |
curl -O -L https://www.openssl.org/source/openssl-1.1.1w.tar.gz
ls -al openssl-1.1.1w.tar.gz
tar zxf openssl-1.1.1w.tar.gz
cd openssl-1.1.1w
./config
make
make install
- name: Save Minor Python Version
run: |
Expand Down

0 comments on commit b20095b

Please sign in to comment.