ci: remove openssl install on windows builds
parent
b2e79dbebd
commit
c5eec881c1
|
@ -302,7 +302,6 @@ jobs:
|
|||
run: |
|
||||
.\v.exe setup-freetype
|
||||
.\.github\workflows\windows-install-sqlite.bat
|
||||
choco install openssl
|
||||
## .\.github\workflows\windows-install-sdl.bat
|
||||
- name: Fixed tests
|
||||
run: |
|
||||
|
@ -336,7 +335,6 @@ jobs:
|
|||
run: |
|
||||
.\v.exe setup-freetype
|
||||
.\.github\workflows\windows-install-sqlite.bat
|
||||
choco install openssl
|
||||
## .\.github\workflows\windows-install-sdl.bat
|
||||
- name: Fixed tests
|
||||
run: |
|
||||
|
@ -375,7 +373,6 @@ jobs:
|
|||
run: |
|
||||
.\v.exe setup-freetype
|
||||
.\.github\workflows\windows-install-sqlite.bat
|
||||
choco install openssl
|
||||
## .\.github\workflows\windows-install-sdl.bat
|
||||
- name: Fixed tests
|
||||
run: |
|
||||
|
|
Loading…
Reference in New Issue