Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
baszoetekouw committed Aug 8, 2023
1 parent c1193da commit a506e7f
Showing 1 changed file 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 @@ -209,7 +209,7 @@ jobs:
RUN yum install -y epel-release || true
RUN yum install -y rpm-build
RUN dnf config-manager --set-enabled powertools || true
RUN dfn install -y pandoc || rpm install -y pandoc
RUN dnf install -y pandoc || yum install -y pandoc
COPY pam-weblogin.spec /tmp/pwl.spec
RUN command -v dnf && dnf install -y 'dnf-command(builddep)' || true
RUN command -v dnf && dnf builddep -y /tmp/pwl.spec || yum-builddep -y /tmp/pwl.spec
Expand Down

0 comments on commit a506e7f

Please sign in to comment.