Skip to content

Commit 14c7982

Browse files
authored
Update nightlybuild.yml
1 parent e9326c5 commit 14c7982

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

.github/workflows/nightlybuild.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -41,14 +41,6 @@ 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-
5244
- name: Record settings for CI cloud
5345
run: |
5446
echo CI_CLOUD: ${{ env.CI_CLOUD }}

0 commit comments

Comments
 (0)