1
0
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:
Delyan Angelov 2022-01-17 16:39:26 +02:00
parent 4597c74d1a
commit 835484a953
No known key found for this signature in database
GPG Key ID: 66886C0F12D595ED

View File

@ -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