Skip to content

Commit 64aa322

Browse files
committed
github actions: Use 7.9.2009 vault package path
I'm honestly not sure why this is necessary now, but this ensures that rinse is able to download and install the centos 7 rpms in the build chroot
1 parent 8b93ba8 commit 64aa322

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-check_x86_64.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- name: Build centos7 chroot
2525
run: |
2626
sudo rinse --distribution centos-7 \
27-
--mirror http://dl.rockylinux.org/vault/centos/7/os/x86_64/Packages \
27+
--mirror http://dl.rockylinux.org/vault/centos/7.9.2009/os/x86_64/Packages \
2828
--arch amd64 \
2929
--directory centos-7-chroot
3030

0 commit comments

Comments
 (0)