mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
ci: install postgres on ubuntu
This commit is contained in:
parent
eb5df5c03d
commit
53307597b3
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -36,7 +36,7 @@ jobs:
|
||||
with:
|
||||
node-version: 12.x
|
||||
- name: Install dependencies
|
||||
run: sudo apt-get update; sudo apt-get install --quiet -y libglfw3 libglfw3-dev libfreetype6-dev libssl-dev sqlite3 libsqlite3-dev
|
||||
run: sudo apt-get update; sudo apt-get install --quiet -y postgresql libpq-dev libglfw3 libglfw3-dev libfreetype6-dev libssl-dev sqlite3 libsqlite3-dev
|
||||
- name: Build v
|
||||
run: make && ./v -cc gcc -o v v.v
|
||||
- name: Test v->c
|
||||
|
Loading…
Reference in New Issue
Block a user