Skip to content

Commit a9c0a05

Browse files
authored
Update pull_request.yml
1 parent ceafa6d commit a9c0a05

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pull_request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
if command -v apt-get >/dev/null 2>&1 ; then # bookworm, noble, jammy, focal
1616
apt-get update -y
1717
apt-get install -y locales locales-all libsqlite3-dev
18-
elif command -v yum >/dev/null 2>&1 ; then # amazonlinux2
18+
elif command -v yum >/dev/null 2>&1 ; then # amazonlinux2, rhel-ubi9
1919
yum update -y
2020
yum install -y sqlite-devel
2121
fi

0 commit comments

Comments
 (0)