ci: install libgc-dev in toml_ci.yml too

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

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