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:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
- name: install dependencies
|
- 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
|
- name: autogen
|
||||||
run: ./autogen
|
run: ./autogen
|
||||||
- name: configure
|
- name: configure
|
||||||
|
@ -89,7 +89,7 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
- name: install dependencies
|
- 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
|
- name: autogen
|
||||||
run: ./autogen
|
run: ./autogen
|
||||||
- name: configure
|
- name: configure
|
||||||
|
|
Loading…
Reference in a new issue