Skip to content

Commit

Permalink
ci: fix rockylinux chroot
Browse files Browse the repository at this point in the history
  • Loading branch information
abn committed Mar 29, 2022
1 parent 0f98093 commit 92a8bb5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
- name: Set epel chroot (rockylinux)
if: startsWith(matrix.distro, 'rockylinux')
shell: bash
run: echo "CHROOT=${CHROOT/centos/epel}" >> $GITHUB_ENV
run: echo "CHROOT=${CHROOT/rockylinux/epel}" >> $GITHUB_ENV

- name: Build srpm and rpm
shell: bash
Expand Down

0 comments on commit 92a8bb5

Please sign in to comment.