Skip to content

Commit a85942a

Browse files
committed
does 8 work?
1 parent 96e8d2c commit a85942a

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/build-check_x86_64.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,12 @@ jobs:
2323
2424
- name: Build centos7 chroot
2525
run: |
26+
sudo rinse --version
27+
sudo rinse --distribution centos-8 \
28+
--arch amd64 \
29+
--directory centos-8-chroot
30+
sudo ls
31+
sudo ls centos-8-chroot
2632
sudo rinse --distribution centos-7 \
2733
--mirror http://dl.rockylinux.org/vault/centos/7/os/x86_64/Packages \
2834
--arch amd64 \

0 commit comments

Comments
 (0)