Skip to content

Commit 4049a91

Browse files
committed
CI: run apt-get update befor apt-get install
Signed-off-by: Akihiro Suda <[email protected]>
1 parent c2191fd commit 4049a91

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,7 @@ jobs:
102102
103103
- name: Install dependencies
104104
run: |
105+
sudo apt-get update
105106
sudo apt-get install -y \
106107
btrfs-tools \
107108
libseccomp2 \

0 commit comments

Comments
 (0)