File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -815,14 +815,14 @@ jobs:
815815 rpm --import https://boinc.berkeley.edu/dl/linux/stable/fc${{ matrix.os }}/boinc.gpg
816816 yum install -y boinc-client boinc-manager
817817
818- # - name: Install distro package for further upgrade from the stable for Fedora > 41
819- # if: success() && matrix.type == 'upgrade-from-stable' && (matrix.os == '41' || matrix.os == '42')
820- # run: |
821- # dnf install -y dnf-plugins-core
822- # dnf config-manager addrepo --from-repofile=https://boinc.berkeley.edu/dl/linux/stable/fc${{ matrix.os }}/boinc-stable-fc${{ matrix.os }}.repo
823- # dnf config-manager setopt boinc-stable-fc${{ matrix.os }}.enabled=1
824- # rpm --import https://boinc.berkeley.edu/dl/linux/stable/fc${{ matrix.os }}/boinc.gpg
825- # dnf install -y boinc-client-8.2.1 boinc-manager-8.2.1
818+ - name : Install distro package for further upgrade from the stable for Fedora > 41
819+ if : success() && matrix.type == 'upgrade-from-stable' && (matrix.os == '41' || matrix.os == '42')
820+ run : |
821+ dnf install -y dnf-plugins-core
822+ dnf config-manager addrepo --from-repofile=https://boinc.berkeley.edu/dl/linux/stable/fc${{ matrix.os }}/boinc-stable-fc${{ matrix.os }}.repo
823+ dnf config-manager setopt boinc-stable-fc${{ matrix.os }}.enabled=1
824+ rpm --import https://boinc.berkeley.edu/dl/linux/stable/fc${{ matrix.os }}/boinc.gpg
825+ dnf install -y boinc-client-8.2.4 boinc-manager-8.2.4
826826
827827 - name : Download client
828828 if : success()
You can’t perform that action at this time.
0 commit comments