From 467539c88335d108ccf6fd26b81ff5388f8790cf Mon Sep 17 00:00:00 2001 From: froejdh_e Date: Wed, 2 Apr 2025 11:20:09 +0200 Subject: [PATCH] WIP --- .gitea/workflows/rh9-native.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitea/workflows/rh9-native.yml b/.gitea/workflows/rh9-native.yml index 4a77832..1ef12ed 100644 --- a/.gitea/workflows/rh9-native.yml +++ b/.gitea/workflows/rh9-native.yml @@ -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: |