.gitlab-ci.yml: try 4 to fix job failure

This commit is contained in:
Maxim Ganetsky 2022-08-06 00:31:01 +00:00
parent 7cc5633856
commit d9a7f4f8a1

View File

@ -6,7 +6,7 @@ before_script:
- wget https://sourceforge.net/projects/freepascal/files/Linux/3.2.2/fpc-3.2.2.x86_64-linux.tar
- tar xf fpc-3.2.2.x86_64-linux.tar
- cd fpc-3.2.2.x86_64-linux
- ./install.sh < < (yes $'\n' | head)
- echo -e "\n\n\n\n" | ./install.sh
stages: # List of stages for jobs, and their order of execution
- build