Skip to content

Commit

Permalink
fix: remove sudo from dnf install
Browse files Browse the repository at this point in the history
  • Loading branch information
p5 committed Jan 5, 2025
1 parent c1ee35a commit e074194
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:

- name: Install Podman
run: |
sudo dnf install -y \
dnf install -y \
podman \
skopeo
Expand Down

0 comments on commit e074194

Please sign in to comment.