Skip to content

Commit 96e8d2c

Browse files
committed
I don't get it
1 parent 64aa322 commit 96e8d2c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/build-check_x86_64.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,11 @@ jobs:
2424
- name: Build centos7 chroot
2525
run: |
2626
sudo rinse --distribution centos-7 \
27-
--mirror http://dl.rockylinux.org/vault/centos/7.9.2009/os/x86_64/Packages \
27+
--mirror http://dl.rockylinux.org/vault/centos/7/os/x86_64/Packages \
2828
--arch amd64 \
2929
--directory centos-7-chroot
30+
sudo ls
31+
sudo ls centos-7-chroot
3032
3133
- name: Point yum to vault (in chroot)
3234
run: |

0 commit comments

Comments
 (0)