mirror of
https://github.com/actions/python-versions.git
synced 2026-05-29 00:16:10 +08:00
Add sqlite-libs installation to RHEL build workflow prerequisites
This commit is contained in:
2
.github/workflows/build-python-packages.yml
vendored
2
.github/workflows/build-python-packages.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user