Skip to content

Commit

Permalink
Use --allow-downgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
lslezak committed Nov 25, 2024
1 parent 4760179 commit 82e99ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-doc-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
run: zypper modifyrepo -d repo-non-oss repo-openh264 repo-update && zypper ref

- name: Install Ruby development files and XML tooling
run: zypper --non-interactive install --no-recommends --force-resolution
run: zypper --non-interactive install --no-recommends --allow-downgrade
gcc gcc-c++ make libopenssl-devel ruby-devel augeas-devel diff
libxslt-devel libxml2-devel xmlstarlet 'rubygem(ruby-augeas)'

Expand Down

0 comments on commit 82e99ce

Please sign in to comment.