summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorAustin S. Hemmelgarn <austin@netdata.cloud>2020-08-27 07:03:42 -0400
committerGitHub <noreply@github.com>2020-08-27 07:03:42 -0400
commitf01cec0216d77b580a6b518ec1379cdb337d2d7f (patch)
tree3e6cb16e05d95b47d432a5a869486bc695467fe7 /.github
parent46e868f90eb13b700289af39bb8d56c4b94a6d44 (diff)
Ensure Arch Linux images are up to date in CI before running checks. (#9825)
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/build-and-install.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build-and-install.yml b/.github/workflows/build-and-install.yml
index 8fd1f6a113..40eb269cdf 100644
--- a/.github/workflows/build-and-install.yml
+++ b/.github/workflows/build-and-install.yml
@@ -59,7 +59,7 @@ jobs:
rmjsonc: 'apk del json-c-dev'
- distro: 'archlinux:latest'
- pre: 'pacman --noconfirm -Sy grep libffi'
+ pre: 'pacman --noconfirm -Syu && pacman --noconfirm -Sy grep libffi'
#- distro: 'centos:8'
#rmjsonc: 'dnf remove -y json-c-devel'