From 68fc66620f0fc255fdf0b661cb764f61311e4569 Mon Sep 17 00:00:00 2001 From: froejdh_e Date: Thu, 3 Apr 2025 12:05:12 +0200 Subject: [PATCH] update --- .gitea/workflows/rh9-native.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.gitea/workflows/rh9-native.yml b/.gitea/workflows/rh9-native.yml index 1ef12ed..a43bc63 100644 --- a/.gitea/workflows/rh9-native.yml +++ b/.gitea/workflows/rh9-native.yml @@ -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