Skip to content

Commit 09bc3dd

Browse files
authored
Merge pull request RustPython#1850 from RustPython/coolreader18/simplify-windows-ci
Don't install openssl via vcpkg on Windows
2 parents ee0d6f6 + ace6b94 commit 09bc3dd

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

.github/workflows/ci.yaml

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -18,16 +18,9 @@ jobs:
1818
fail-fast: false
1919
steps:
2020
- uses: actions/checkout@master
21-
- name: Cache Windows
22-
uses: actions/cache@v1
23-
with:
24-
key: vcpkg
25-
path: 'C:/vcpkg'
26-
if: runner.os == 'Windows'
2721
- name: Set up the Windows environment
2822
run: |
2923
powershell.exe scripts/symlinks-to-hardlinks.ps1
30-
powershell.exe scripts/install-openssl.ps1
3124
if: runner.os == 'Windows'
3225
- name: Cache cargo dependencies
3326
uses: actions/cache@v1
@@ -51,16 +44,9 @@ jobs:
5144
fail-fast: false
5245
steps:
5346
- uses: actions/checkout@master
54-
- name: Cache Windows
55-
uses: actions/cache@v1
56-
with:
57-
key: vcpkg
58-
path: 'C:/vcpkg'
59-
if: runner.os == 'Windows'
6047
- name: Set up the Windows environment
6148
run: |
6249
powershell.exe scripts/symlinks-to-hardlinks.ps1
63-
powershell.exe scripts/install-openssl.ps1
6450
if: runner.os == 'Windows'
6551
- name: Cache cargo dependencies
6652
uses: actions/cache@v1

0 commit comments

Comments
 (0)