aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorThanos Makatos <thanos.makatos@nutanix.com>2021-01-29 09:25:49 +0000
committerGitHub <noreply@github.com>2021-01-29 09:25:49 +0000
commitc17c85a24005a1e72b0db060ad3895370a02a426 (patch)
tree4554101deb1990e3867300418838a0d8f338ffe4 /.github
parent5980da6009c1f2ddbffacc73bb56c3b72ef0d71d (diff)
downloadlibvfio-user-c17c85a24005a1e72b0db060ad3895370a02a426.zip
libvfio-user-c17c85a24005a1e72b0db060ad3895370a02a426.tar.gz
libvfio-user-c17c85a24005a1e72b0db060ad3895370a02a426.tar.bz2
CI: run apt-get update for Ubuntu 20 (#286)
Signed-off-by: Thanos Makatos <thanos.makatos@nutanix.com>
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/pull_request.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/pull_request.yml b/.github/workflows/pull_request.yml
index 62df0f6..0475f70 100644
--- a/.github/workflows/pull_request.yml
+++ b/.github/workflows/pull_request.yml
@@ -7,6 +7,7 @@ jobs:
- uses: actions/checkout@v2
- name: pre-push
run: |
+ sudo apt-get update
sudo apt-get -y install libjson-c-dev libcmocka-dev clang
make pre-push VERBOSE=1
ubuntu-18: