1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00

ci: remove openssl install on windows builds

This commit is contained in:
Tomas Hellström 2020-08-23 02:12:54 +02:00 committed by GitHub
parent b2e79dbebd
commit c5eec881c1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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: |