.woodpecker.yml: try fix
Some checks failed
ci/woodpecker/manual/woodpecker Pipeline failed

This commit is contained in:
Christian Zimmermann 2024-05-18 15:25:45 +02:00
parent 4fae34e32e
commit 8a36606639

View file

@ -5,7 +5,6 @@ steps:
image: chizeta/centos:8 image: chizeta/centos:8
commands: commands:
- source /opt/rh/gcc-toolset-9/enable - source /opt/rh/gcc-toolset-9/enable
- module load mpi
- mkdir build-gcc - mkdir build-gcc
- cd build-gcc - cd build-gcc
- cmake3 -DSCALAR_BUILD=on .. - cmake3 -DSCALAR_BUILD=on ..