Commit d44aa331 authored by Erik Reider's avatar Erik Reider

Add the official COPR repo to the Fedora build Action

parent 49013141
...@@ -18,7 +18,11 @@ jobs: ...@@ -18,7 +18,11 @@ jobs:
- name: Install tooling for source RPM build - name: Install tooling for source RPM build
run: | run: |
microdnf -y install --nodocs --setopt=install_weak_deps=0 \ microdnf -y install --nodocs --setopt=install_weak_deps=0 \
@development-tools @rpm-development-tools rpkg git 'dnf5-command(builddep)' @development-tools @rpm-development-tools rpkg git \
'dnf5-command(builddep)' 'dnf5-command(copr)'
# Enable the official COPR repo
# (in case there are dependencies missing in the upstream repos)
microdnf copr enable erikreider/SwayNotificationCenter -y
# It is necessary to checkout into sub-directory, because of some weird ownership problems cause by using containers # It is necessary to checkout into sub-directory, because of some weird ownership problems cause by using containers
- name: Check out sources - name: Check out sources
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment