try get python
Some checks failed
Build on RHEL9 / buildh (push) Failing after 19s

This commit is contained in:
froejdh_e
2025-04-03 12:13:33 +02:00
parent 6dc087f1cb
commit 5c2abaa70d
2 changed files with 6 additions and 2 deletions

View File

@ -2,7 +2,7 @@ name: Build the package using cmake then documentation
on: on:
workflow_dispatch: workflow_dispatch:
push:
permissions: permissions:

View File

@ -14,11 +14,15 @@ 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
- name: Build library - name: Build library
run: | run: |
mkdir build mkdir build