.woodpecker.yml: try fix

This commit is contained in:
Christian Zimmermann 2024-05-18 18:32:38 +02:00
parent 575786ff13
commit faf3cddeb6

View file

@ -9,6 +9,7 @@ steps:
- source /etc/profile.d/modules.sh
- module use --append /usr/share/modulefiles
- module load mpi
- whoami
- mkdir build-gcc
- cd build-gcc
- cmake3 -DSCALAR_BUILD=on ..