diff options
author | Gerd Hoffmann <kraxel@redhat.com> | 2020-01-23 16:01:42 +0100 |
---|---|---|
committer | Gerd Hoffmann <kraxel@redhat.com> | 2020-01-23 16:01:42 +0100 |
commit | 028012fac4cba216527ec46ae2b503dbe64f85aa (patch) | |
tree | eecabc3dd13ce2022746b0407997c660403e60bb | |
parent | 793a8b129402b751183b6b07325924deed72c143 (diff) | |
download | vconsole-028012fac4cba216527ec46ae2b503dbe64f85aa.tar.gz |
hmm, deps not working that way
-rw-r--r-- | .github/workflows/build.yaml | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 96cb58f..2d35a08 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -5,8 +5,6 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 - - name: install deps - run: apt-get install meson libgtk-3-dev libvte-2.91-dev libxml2-dev libvirt-dev libavahi-client-dev libavahi-glib-dev - name: contigure (meson) run: meson build-test - name: compile (ninja) |