Skip to content

Commit

Permalink
rely on installed openssl on windows runners
Browse files Browse the repository at this point in the history
  • Loading branch information
arvidn committed Jun 12, 2024
1 parent aee760b commit a0fc932
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions .github/workflows/python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,16 +68,6 @@ jobs:
cd boost
.\b2 headers
- name: install openssl (windows)
if: runner.os == 'Windows'
uses: nick-fields/retry@v3
with:
shell: cmd
timeout_minutes: 5
retry_wait_seconds: 4
max_attempts: 3
command: choco install openssl --limitoutput --no-progress --version=3.3.0

- name: build/install (windows)
if: runner.os == 'Windows'
shell: cmd
Expand Down

0 comments on commit a0fc932

Please sign in to comment.