X Tutup
Skip to content

Commit 773c8b3

Browse files
author
vilmibm
committed
no longer try and install createrepo
1 parent 33c119a commit 773c8b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/releases.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
echo "moved ${#cards[@]} cards to the Done column"
5858
5959
- name: Install packaging dependencies
60-
run: sudo apt-get install -y createrepo rpm reprepro
60+
run: sudo apt-get install -y rpm reprepro
6161
- name: Set up GPG
6262
run: |
6363
gpg --import --no-tty --batch --yes < script/pubkey.asc

0 commit comments

Comments
 (0)
X Tutup