mirror of
https://github.com/vlang/v.git
synced 2025-09-13 14:32:26 +03:00
ci: fix ubuntu-gcc
This commit is contained in:
parent
9845fade89
commit
039dafb30f
2 changed files with 3 additions and 1 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
@ -36,7 +36,7 @@ jobs:
|
|||
- name: Install dependencies
|
||||
run: sudo apt-get update; sudo apt-get install --quiet -y libglfw3 libglfw3-dev libfreetype6-dev libssl-dev
|
||||
- name: Build v
|
||||
run: make && ./v -o v compiler
|
||||
run: make && ./v -cc gcc -o v compiler
|
||||
- name: Test v->c
|
||||
run: ./v test v
|
||||
- name: Test v->js
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue