Skip to content
This repository has been archived by the owner on Apr 21, 2023. It is now read-only.

Commit

Permalink
ci(release): fix fedora job
Browse files Browse the repository at this point in the history
  • Loading branch information
saidsay-so committed Nov 7, 2021
1 parent 2c78b61 commit 4f4b312
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 @@ -84,7 +84,7 @@ jobs:
- uses: actions/checkout@v2

- name: Install required packages
run: "dnf install -y rpkg copr-cli && dnf builddep -y $(rpkg spec | cut -d':' -f2 | tr -d '[:space:]')"
run: dnf install -y rpkg copr-cli && dnf install 'dnf-command(builddep)' && dnf builddep -y $(rpkg spec | cut -d':' -f2 | tr -d '[:space:]')

- name: Save COPR config
env:
Expand Down

0 comments on commit 4f4b312

Please sign in to comment.