Skip to content
Snippets Groups Projects
Commit 272a7b5d authored by Pietro Incardona's avatar Pietro Incardona
Browse files

Examples fix on gin

parent f8d6ec58
No related branches found
No related tags found
No related merge requests found
......@@ -13,7 +13,7 @@ parallel (
stage ('run_example_gin')
{
sh "source $HOME/openfpm_vars_master && cd example && make"
sh "export PATH=\"/usr/local/binutils/bin/:$PATH\" && source $HOME/openfpm_vars_master && cd example && make"
}
}},
......
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