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

This commit is contained in:
froejdh_e
2025-04-02 10:50:02 +02:00
parent c9e631d42e
commit aed08074c4

View File

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