Skip to content

Commit

Permalink
Merge pull request #1520 from AkihiroSuda/fix-ci-apt-get-update
Browse files Browse the repository at this point in the history
CI: run apt-get update befor apt-get install
  • Loading branch information
mikebrow committed Jul 1, 2020
2 parents c2191fd + 4049a91 commit 8e0b789
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Expand Up @@ -102,6 +102,7 @@ jobs:
- name: Install dependencies
run: |
sudo apt-get update
sudo apt-get install -y \
btrfs-tools \
libseccomp2 \
Expand Down

0 comments on commit 8e0b789

Please sign in to comment.