Skip to content

Commit

Permalink
chore: win doesn't need openssl addition, use setup-python v5
Browse files Browse the repository at this point in the history
  • Loading branch information
truemiller committed Nov 8, 2024
1 parent 80706a5 commit e1e2481
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions .github/workflows/release_win.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,17 +23,8 @@ jobs:
steps:
- uses: actions/checkout@v3

# Install OpenSSL using Chocolatey and set environment variables
- name: Install OpenSSL
run: |
choco install openssl.light -y
echo "C:\Program Files\OpenSSL-Win64\bin" >> $GITHUB_PATH
echo "SSL_CERT_FILE=C:\Program Files\OpenSSL-Win64\cert.pem" >> $GITHUB_ENV
echo "REQUESTS_CA_BUNDLE=C:\Program Files\OpenSSL-Win64\cert.pem" >> $GITHUB_ENV
openssl version
# Set up Python with setup-python action and add it to PATH
- uses: actions/setup-python@v4
- uses: actions/setup-python@v5
id: setup-python
with:
python-version: "3.10"
Expand Down

0 comments on commit e1e2481

Please sign in to comment.