Pass --refresh to dnf

Hopefully this will stop the "Downloading successful, but checksum
doesn't match" errors we occasionally see for Fedora.
This commit is contained in:
Richard Hansen 2020-07-06 15:42:26 -04:00
parent 34e5cbd97f
commit 5aa4fe71da

View file

@ -73,7 +73,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: install dependencies
run: dnf --enablerepo=PowerTools install -y automake make perl-Test-Warnings perl-core
run: dnf --refresh --enablerepo=PowerTools install -y automake make perl-Test-Warnings perl-core
- name: autogen
run: ./autogen
- name: configure
@ -89,7 +89,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: install dependencies
run: dnf install -y automake findutils make perl perl-Test-Warnings
run: dnf --refresh install -y automake findutils make perl perl-Test-Warnings
- name: autogen
run: ./autogen
- name: configure