mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
ci: do brew install openssl
on the macos job, reduce flakyness of tcp_test.v
This commit is contained in:
parent
2bdba5ed73
commit
6f7c3a7cdf
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -269,7 +269,7 @@ jobs:
|
||||
run: |
|
||||
##brew install libpq openssl freetype ### these are *already installed* on Catalina ...
|
||||
brew uninstall --ignore-dependencies libpq ## libpq is a dependency of PHP
|
||||
brew install postgresql
|
||||
brew install postgresql openssl
|
||||
export LIBRARY_PATH="$LIBRARY_PATH:/usr/local/opt/openssl/lib/"
|
||||
- name: Build V
|
||||
run: make -j4 && ./v -cg -cstrict -o v cmd/v
|
||||
|
@ -1,3 +1,4 @@
|
||||
// vtest retry: 3
|
||||
import net
|
||||
import os
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user