Skip to content

Commit 9ce928a

Browse files
authored
Update pull_request.yml
1 parent 09c189a commit 9ce928a

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
@@ -17,7 +17,7 @@ jobs:
1717
apt-get install -y locales locales-all libsqlite3-dev
1818
elif command -v yum >/dev/null 2>&1 ; then # amazonlinux2
1919
yum update -y
20-
yum install -y libsqlite3x-devel
20+
yum install -y sqlite-devel
2121
fi
2222
enable_windows_checks: false
2323
soundness:

0 commit comments

Comments
 (0)