Skip to content

Commit

Permalink
github: move pyOpenSSL installation to "Get externals" step
Browse files Browse the repository at this point in the history
  • Loading branch information
deniskovalchuk committed Apr 14, 2024
1 parent 10f6f3d commit 7675aca
Showing 1 changed file with 5 additions and 8 deletions.
13 changes: 5 additions & 8 deletions .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,21 +27,18 @@ jobs:
working-directory: ${{runner.temp}}
shell: powershell
run: |
# Download Boost.
# 1. Download and install Boost.
Invoke-WebRequest `
-Uri "https://boostorg.jfrog.io/artifactory/main/release/1.83.0/source/boost_1_83_0.7z" `
-OutFile boost.7z
# Extract.
# 1.1. Extract.
7z x boost.7z
# Build.
# 1.2. Build.
cd boost_1_83_0
.\bootstrap
.\b2 link=static
- name: Install pyOpenSSL
working-directory: ${{runner.temp}}
shell: powershell
run: pip3 install pyOpenSSL
# 2. Install pyOpenSSL
pip3 install pyOpenSSL
- name: Build
env:
Expand Down

0 comments on commit 7675aca

Please sign in to comment.