aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGerd Hoffmann <kraxel@redhat.com>2020-01-24 07:16:28 +0100
committerGerd Hoffmann <kraxel@redhat.com>2020-01-24 07:16:28 +0100
commit6d2c4761e5bdd75d2c9f85af223434a8c4c07c40 (patch)
tree0f396a4cc06ea6bde57a9b1c76fc1cba0020bb84
parent028012fac4cba216527ec46ae2b503dbe64f85aa (diff)
downloadvconsole-6d2c4761e5bdd75d2c9f85af223434a8c4c07c40.tar.gz
install deps, second try
-rw-r--r--.github/workflows/build.yaml7
1 files changed, 7 insertions, 0 deletions
diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml
index 2d35a08..803bc4f 100644
--- a/.github/workflows/build.yaml
+++ b/.github/workflows/build.yaml
@@ -5,6 +5,13 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
+ - name: install dependencies
+ run: |
+ PKGS=""
+ PKGS="$PKGS meson ninja-build"
+ PKGS="$PKGS libgtk-3-dev libvte-2.91-dev"
+ PKGS="$PKGS libxml2-dev libvirt-dev"
+ sudo apt-get install $PKGS
- name: contigure (meson)
run: meson build-test
- name: compile (ninja)