Skip to content

Commit

Permalink
Alternative fix for fedora:rawide (#138)
Browse files Browse the repository at this point in the history
* Test using quay.io
* Allow quay.io for fedora
  • Loading branch information
hdholm authored Jun 7, 2023
1 parent 33b9e0b commit 55b11f5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@ jobs:
stable:: [true]
include:
- compiler: gcc
os: fedora:rawhide
os: quay.io/fedora/fedora:rawhide
stable: false
- compiler: clang
os: fedora:rawhide
os: quay.io/fedora/fedora:rawhide
stable: false
- compiler: gcc
os: ubuntu:devel
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/install-dependencies
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ debian:*|ubuntu:*)
done
;;

fedora:*)
*fedora:*)
echo 'max_parallel_downloads=10' >> /etc/dnf/dnf.conf
dnf -y clean all
dnf -y --setopt=deltarpm=0 update
Expand Down

0 comments on commit 55b11f5

Please sign in to comment.