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 64aa322 commit 96e8d2cCopy full SHA for 96e8d2c
.github/workflows/build-check_x86_64.yml
@@ -24,9 +24,11 @@ jobs:
24
- name: Build centos7 chroot
25
run: |
26
sudo rinse --distribution centos-7 \
27
- --mirror http://dl.rockylinux.org/vault/centos/7.9.2009/os/x86_64/Packages \
+ --mirror http://dl.rockylinux.org/vault/centos/7/os/x86_64/Packages \
28
--arch amd64 \
29
--directory centos-7-chroot
30
+ sudo ls
31
+ sudo ls centos-7-chroot
32
33
- name: Point yum to vault (in chroot)
34
0 commit comments