ci: install libgc-dev in toml_ci.yml too
parent
e03d52d322
commit
9974495f5e
|
@ -27,7 +27,7 @@ jobs:
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: |
|
run: |
|
||||||
sudo apt-get update
|
sudo apt-get update
|
||||||
sudo apt-get install --quiet -y jq
|
sudo apt-get install --quiet -y jq libgc-dev
|
||||||
- name: Build V
|
- name: Build V
|
||||||
run: make -j2 && ./v -cc gcc -o v cmd/v
|
run: make -j2 && ./v -cc gcc -o v cmd/v
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue