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:
parent
c2191fddd7
commit
4049a912f3
1
.github/workflows/ci.yml
vendored
1
.github/workflows/ci.yml
vendored
@ -102,6 +102,7 @@ jobs:
|
||||
|
||||
- name: Install dependencies
|
||||
run: |
|
||||
sudo apt-get update
|
||||
sudo apt-get install -y \
|
||||
btrfs-tools \
|
||||
libseccomp2 \
|
||||
|
Loading…
Reference in New Issue
Block a user