Skip to content

Commit

Permalink
dont run dnf5 with sudo
Browse files Browse the repository at this point in the history
  • Loading branch information
lleyton committed Jun 28, 2024
1 parent 2dd6391 commit 89e71fa
Show file tree
Hide file tree
Showing 2 changed files 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 @@ -13,7 +13,7 @@ jobs:
image: registry.fedoraproject.org/fedora-minimal:40
steps:
- name: Install dependencies
run: sudo dnf5 install -y ImageMagick just tar sudo
run: dnf5 install -y ImageMagick just tar
- name: Checkout source
uses: actions/checkout@v4
- name: Build derivative logos
Expand Down
Binary file added icon/.DS_Store
Binary file not shown.

0 comments on commit 89e71fa

Please sign in to comment.