We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a26924 commit 054a732Copy full SHA for 054a732
.github/workflows/test-install-scripts.yml
@@ -241,6 +241,16 @@ jobs:
241
run: |
242
yum install --assumeyes git
243
244
+ - name: Set rocky8 repo
245
+ if: ${{ matrix.distribution.name == 'rockylinux:8' }}
246
+ run: |
247
+ sed -i -e 's|^mirrorlist=|#mirrorlist=|' -e 's|^#baseurl=http://dl\.rockylinux\.org/|baseurl=https://dl.rockylinux.org/|' /etc/yum.repos.d/Rocky-*.repo
248
+
249
+ - name: Set rocky9 repo
250
+ if: ${{ matrix.distribution.name == 'rockylinux:9' }}
251
252
+ sed -i -e 's|^mirrorlist=|#mirrorlist=|' -e 's|^#baseurl=http://dl\.rockylinux\.org/|baseurl=https://dl.rockylinux.org/|' /etc/yum.repos.d/rocky-*.repo
253
254
- name: Prepare Rocky
255
if: ${{ matrix.distribution.type == 'rocky' }}
256
0 commit comments