mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
ci: add libgc-dev to the v-apps-compile
job
This commit is contained in:
parent
4597c74d1a
commit
835484a953
3
.github/workflows/ci.yml
vendored
3
.github/workflows/ci.yml
vendored
@ -822,6 +822,9 @@ jobs:
|
||||
- name: Build V
|
||||
run: make && sudo ./v symlink
|
||||
|
||||
- name: Install dependencies
|
||||
run: sudo apt-get install --quiet -y libgc-dev
|
||||
|
||||
## vls
|
||||
- name: Clone VLS
|
||||
run: git clone --depth 1 https://github.com/vlang/vls
|
||||
|
Loading…
Reference in New Issue
Block a user