Skip to content

Commit

Permalink
Install createrepo instead of createrepo-c for releases
Browse files Browse the repository at this point in the history
  • Loading branch information
HebaruSan committed Nov 5, 2022
1 parent c07469f commit 5917e37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- uses: actions/checkout@v3

- name: Installing build dependencies
run: apt-get update && apt-get install -y git make sed libplist-utils xorriso gzip fakeroot lintian rpm wget jq dpkg-dev gpg createrepo-c
run: apt-get update && apt-get install -y git make sed libplist-utils xorriso gzip fakeroot lintian rpm wget jq dpkg-dev gpg createrepo
- name: Installing runtime dependencies
run: apt-get install -y xvfb

Expand Down

0 comments on commit 5917e37

Please sign in to comment.