Skip to content

Commit 007f486

Browse files
authored
Update all.bats
1 parent 0366b5a commit 007f486

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/jobs/configure-checks/all.bats

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ fi
1919

2020
translate () {
2121
args="$@"
22-
if [ "$distro_id" = "ID=fedora" ]; then
22+
if [ "$distro_id" = "ID=fedora" ] || [ "$distro_id" = 'ID="opensuse-leap"' ]; then
2323
args=${args/libcgroup-dev/libcgroup-devel}
2424
fi
2525
if [ "$distro_id" = "ID=arch" ]; then

0 commit comments

Comments
 (0)