Add sqlite-libs installation to RHEL build workflow prerequisites

This commit is contained in:
Priyagupta108
2026-05-28 15:06:47 +05:30
parent dbf301f344
commit 76017b32da

View File

@@ -127,7 +127,7 @@ jobs:
run: |
RHEL_VERSION=$(rpm -E %rhel)
sudo dnf install -y "https://packages.microsoft.com/config/rhel/${RHEL_VERSION}/packages-microsoft-prod.rpm"
sudo dnf install -y powershell git tk
sudo dnf install -y powershell git tk sqlite-libs
- name: Check out repository code
uses: actions/checkout@v6