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:
commit
8e0b789c9a
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