From 835484a9537964f306ab2e198953b8fa54a337ab Mon Sep 17 00:00:00 2001 From: Delyan Angelov Date: Mon, 17 Jan 2022 16:39:26 +0200 Subject: [PATCH] ci: add libgc-dev to the `v-apps-compile` job --- .github/workflows/ci.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e75b5fcab7..b287044a45 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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