update
Some checks failed
Build the package using cmake then documentation / build (ubuntu-latest, 3.12) (push) Has been cancelled
Build on RHEL9 / buildh (push) Failing after 22s

This commit is contained in:
froejdh_e
2025-04-03 12:05:12 +02:00
parent 467539c883
commit 68fc66620f

View File

@ -14,15 +14,13 @@ 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: |
mkdir build
cd build
cmake3 ..
cmake ..
make -j 2