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:
parent
34e5cbd97f
commit
5aa4fe71da
1 changed files with 2 additions and 2 deletions
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue