ci: add libgc-dev to the `v-apps-compile` job

pull/13200/head
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
1 changed files with 3 additions and 0 deletions

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