Skip to content

Commit

Permalink
.github: update apt metadata before installing deps
Browse files Browse the repository at this point in the history
  • Loading branch information
croissanne committed Nov 8, 2023
1 parent 3fe36d0 commit cf10847
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,8 @@ jobs:
ports:
- 5432:5432
steps:
- name: Apt update
run: sudo apt-get update
# gpgme-devel is needed for container upload dependencies
- name: Install test dependencies
run: sudo apt-get install -y libgpgme-dev
Expand Down Expand Up @@ -117,6 +119,9 @@ jobs:
with:
ref: ${{ github.event.pull_request.head.sha }}

- name: Apt update
run: sudo apt-get update

# This is needed to lint internal/upload/koji package
- name: Install kerberos devel package
run: sudo apt-get install -y libkrb5-dev
Expand Down

0 comments on commit cf10847

Please sign in to comment.