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

This commit is contained in:
froejdh_e
2025-04-02 10:47:31 +02:00
parent 0699ed6339
commit c9e631d42e

View File

@ -14,11 +14,6 @@ jobs:
image: container.psi.ch/images/rhel9-developer-github-actions
steps:
- uses: actions/checkout@v4
- name: Setup dev env
run: |
sudo apt-get update
sudo apt-get -y install cmake gcc g++
- name: Build library
run: |