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 f23be23 commit babb8f9Copy full SHA for babb8f9
.github/workflows/nightlybuild.yml
@@ -41,6 +41,14 @@ jobs:
41
steps:
42
- uses: actions/checkout@v2
43
44
+ - name: Pin releasever to RL9.4
45
+ if: matrix.os_version == 'RL9'
46
+ run: |
47
+ echo "[main]" | sudo tee /etc/dnf/dnf.conf
48
+ echo "releasever=9.4" | sudo tee -a /etc/dnf/dnf.conf
49
+ echo "Pinned releasever to 9.4 for Rocky Linux 9 builds"
50
+ shell: bash
51
+
52
- name: Record settings for CI cloud
53
run: |
54
echo CI_CLOUD: ${{ env.CI_CLOUD }}
0 commit comments