python with dnf
Some checks failed
Build on RHEL9 / buildh (push) Failing after 48s

This commit is contained in:
froejdh_e
2025-04-03 12:22:36 +02:00
parent 5c2abaa70d
commit ae8a283056

View File

@ -14,14 +14,11 @@ jobs:
image: gitea.psi.ch/images/rhel9-developer-gitea-actions image: gitea.psi.ch/images/rhel9-developer-gitea-actions
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: 3.12
cache: 'pip'
- name: Install dependencies - name: Install dependencies
run: | run: |
dnf install -y cmake dnf install -y cmake python3.12 python3.12-pip
- name: Build library - name: Build library
run: | run: |