summaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorJoe Orton <jorton@redhat.com>2021-09-17 15:02:28 +0100
committerJoe Orton <jorton@redhat.com>2021-09-17 15:02:28 +0100
commitb13393cde9de595b206c8f6b0277515d9b5b4182 (patch)
treeff44b6e999a82887ff89b6fa94439cecb6ddfcf0 /.github/workflows
parentcd891e485e0985262d53554e7606e76bf889b537 (diff)
downloadneon-git-b13393cde9de595b206c8f6b0277515d9b5b4182.tar.gz
Run apt-get update before install. [skip ci]
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index f687306..c97dc76 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -18,7 +18,7 @@ jobs:
- uses: actions/checkout@v2
- run: ./autogen.sh
- run: case ${{matrix.conf-ssl}} in
- *gnutls) sudo apt-get -y install libgnutls28-dev gnutls-bin xmlto ;;
+ *gnutls) sudo apt-get update && sudo apt-get -y install libgnutls28-dev gnutls-bin xmlto ;;
esac
- run: ./configure ${{matrix.conf-shared}} ${{matrix.conf-xml}}
${{matrix.conf-ssl}} ${{matrix.conf-memleak}}