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

This commit is contained in:
Christian Zimmermann 2024-05-18 18:09:10 +02:00
parent 8a36606639
commit c2906f962b

View file

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