CI: run apt-get update befor apt-get install

Signed-off-by: Akihiro Suda <akihiro.suda.cz@hco.ntt.co.jp>
This commit is contained in:
Akihiro Suda 2020-07-01 18:59:05 +09:00
parent c2191fddd7
commit 4049a912f3
No known key found for this signature in database
GPG Key ID: 49524C6F9F638F1A

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 \