mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
ci: do not install mingw-w64 in the ordinary ci macos job
This commit is contained in:
parent
a31e265317
commit
2b41556aa4
1
.github/workflows/ci.yml
vendored
1
.github/workflows/ci.yml
vendored
@ -266,7 +266,6 @@ jobs:
|
|||||||
##brew install libpq openssl freetype ### these are *already installed* on Catalina ...
|
##brew install libpq openssl freetype ### these are *already installed* on Catalina ...
|
||||||
brew uninstall --ignore-dependencies libpq ## libpq is a dependency of PHP
|
brew uninstall --ignore-dependencies libpq ## libpq is a dependency of PHP
|
||||||
brew install postgresql
|
brew install postgresql
|
||||||
brew install mingw-w64
|
|
||||||
export LIBRARY_PATH="$LIBRARY_PATH:/usr/local/opt/openssl/lib/"
|
export LIBRARY_PATH="$LIBRARY_PATH:/usr/local/opt/openssl/lib/"
|
||||||
- name: Build V
|
- name: Build V
|
||||||
run: make -j4 && ./v -cg -cflags -Werror -o v cmd/v
|
run: make -j4 && ./v -cg -cflags -Werror -o v cmd/v
|
||||||
|
Loading…
Reference in New Issue
Block a user