1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00

ci: install libgc-dev in toml_ci.yml too

This commit is contained in:
Delyan Angelov 2022-01-03 15:03:43 +02:00
parent e03d52d322
commit 9974495f5e
No known key found for this signature in database
GPG Key ID: 66886C0F12D595ED

View File

@ -27,7 +27,7 @@ jobs:
- name: Install dependencies
run: |
sudo apt-get update
sudo apt-get install --quiet -y jq
sudo apt-get install --quiet -y jq libgc-dev
- name: Build V
run: make -j2 && ./v -cc gcc -o v cmd/v