Skip to content

Commit

Permalink
Update the repo metadata in the CI pipeline before installing actual …
Browse files Browse the repository at this point in the history
…packages.
  • Loading branch information
gs-kamnas committed Aug 13, 2024
1 parent fb95193 commit 50f6816
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/c-cpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Update repo metadata
run: sudo apt update -y
- name: Install stuff for creating packages
run: sudo apt install -y fakeroot rpm dpkg debhelper systemd
- name: Install packages required for optional configurations of cntlm
Expand Down

0 comments on commit 50f6816

Please sign in to comment.