Skip to content

Commit b71f601

Browse files
github: reorder steps to match the structure of Linux workflow
1 parent 7072e65 commit b71f601

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/windows.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,11 @@ jobs:
2222
path: ${{runner.temp}}\boost_1_88_0
2323
key: cache-boost
2424

25+
- name: Install pyOpenSSL
26+
working-directory: ${{runner.temp}}
27+
shell: powershell
28+
run: pip3 install pyOpenSSL
29+
2530
- name: Get Boost
2631
if: steps.cache-boost.outputs.cache-hit != 'true'
2732
working-directory: ${{runner.temp}}
@@ -38,11 +43,6 @@ jobs:
3843
.\bootstrap
3944
.\b2 link=static
4045
41-
- name: Install pyOpenSSL
42-
working-directory: ${{runner.temp}}
43-
shell: powershell
44-
run: pip3 install pyOpenSSL
45-
4646
- name: Build
4747
env:
4848
BOOST_ROOT: ${{runner.temp}}\boost_1_88_0

0 commit comments

Comments
 (0)