Skip to content

Commit 8e0b789

Browse files
authored
Merge pull request #1520 from AkihiroSuda/fix-ci-apt-get-update
CI: run apt-get update befor apt-get install
2 parents c2191fd + 4049a91 commit 8e0b789

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)