diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index f590418..4e4d013 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -14,7 +14,10 @@ test:sh4-gcc: stage: test image: kazade/dreamcast-sdk before_script: - - dnf install -y findutils + - dnf install -y wget findutils && dnf clean all + - wget https://download1.rpmfusion.org/free/fedora/rpmfusion-free-release-$(rpm -E %fedora).noarch.rpm + - rpm -i rpmfusion-free-release-$(rpm -E %fedora).noarch.rpm + - dnf install -y lxdream script: - source /etc/bash.bashrc - make test