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:
parent
b2e79dbebd
commit
c5eec881c1
3
.github/workflows/ci.yml
vendored
3
.github/workflows/ci.yml
vendored
@ -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
Block a user