Merge pull request #1520 from AkihiroSuda/fix-ci-apt-get-update

CI: run apt-get update befor apt-get install
This commit is contained in:
Mike Brown
2020-07-01 13:34:15 -05:00
committed by GitHub

View File

@@ -102,6 +102,7 @@ jobs:
- name: Install dependencies
run: |
sudo apt-get update
sudo apt-get install -y \
btrfs-tools \
libseccomp2 \