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
commit 8e0b789c9a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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