Skip to content

Commit 535c46d

Browse files
committed
github actions: Clean rinse cache
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 535c46d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build-check_x86_64.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ jobs:
2323
2424
- name: Build centos7 chroot
2525
run: |
26+
sudo rinse --clean-cache
2627
sudo rinse --distribution centos-7 \
2728
--mirror http://dl.rockylinux.org/vault/centos/7/os/x86_64/Packages \
2829
--arch amd64 \

0 commit comments

Comments
 (0)