Skip to content

Commit babb8f9

Browse files
authored
Pin releasever to RL9.4
1 parent f23be23 commit babb8f9

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/nightlybuild.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,14 @@ jobs:
4141
steps:
4242
- uses: actions/checkout@v2
4343

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+
4452
- name: Record settings for CI cloud
4553
run: |
4654
echo CI_CLOUD: ${{ env.CI_CLOUD }}

0 commit comments

Comments
 (0)