Skip to content

Commit

Permalink
Run apt commands in CI with sudo
Browse files Browse the repository at this point in the history
Signed-off-by: Ryan Bottriell <[email protected]>
  • Loading branch information
rydrman committed Jul 27, 2024
1 parent e47b32a commit ccb9142
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/rpm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ jobs:
- uses: actions/checkout@v2
- name: install dependencies
run: |
apt-get update
apt-get install -y make
sudo apt-get update
sudo apt-get install -y make
- name: build RPM package
run: make rpms
- name: Upload artifact
Expand Down

0 comments on commit ccb9142

Please sign in to comment.