diff --git a/.gitea/workflows/rh9-native.yml b/.gitea/workflows/rh9-native.yml index f931a0e..9306a19 100644 --- a/.gitea/workflows/rh9-native.yml +++ b/.gitea/workflows/rh9-native.yml @@ -14,15 +14,11 @@ jobs: image: container.psi.ch/images/rhel9-developer-github-actions steps: - uses: actions/checkout@v4 - - name: Setup dev env - run: | - dnf install -y cmake gcc gcc-c++ make - - name: Build library run: | mkdir build cd build - cmake .. + cmake3 .. make -j 2