Skip to content
Snippets Groups Projects
Commit 46afc380 authored by Ben Gamari's avatar Ben Gamari
Browse files

gitlab-ci: Install process to global pkgdb before starting build

This is an attempt to mitigate #17480 by ensuring that a functional version of
the process library is available before attempting the build.
parent 6ab80439
No related branches found
No related tags found
No related merge requests found
......@@ -45,3 +45,5 @@ if [ ! -e $toolchain/bin/alex ]; then
cp $APPDATA/cabal/bin/alex $toolchain/bin
fi
# Install new process to mitigate #17480.
cabal install libraries/process
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment