WIP
Some checks failed
Build the package using cmake then documentation / build (ubuntu-latest, 3.12) (push) Successful in 1m29s
Build on RHEL9 / buildh (push) Failing after 2m3s

This commit is contained in:
froejdh_e
2025-04-02 11:20:09 +02:00
parent bd5dad8988
commit 467539c883

View File

@ -14,6 +14,10 @@ jobs:
image: gitea.psi.ch/images/rhel9-developer-gitea-actions
steps:
- uses: actions/checkout@v4
- name: Setup dev env
run: |
yum install -y cmake gcc gcc-c++ make
- name: Build library
run: |