Skip to content

Commit d5f7463

Browse files
authored
Merge pull request #6413 from BOINC/vko_fix_linux_package_ci
[ci] fix linux package build pipeline
2 parents 55d84df + 6dadd58 commit d5f7463

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/linux-package.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -949,6 +949,7 @@ jobs:
949949
- name: Install dependencies
950950
if: ${{ success() && env.SKIP_RUN == 0 }}
951951
run: |
952+
sudo apt-get update -qq
952953
sudo apt-get install -y aptly gnupg2 gpgv
953954
954955
- name: Setup GPG keys

0 commit comments

Comments
 (0)