fix: ci build on master linux

This commit is contained in:
Anthony Laibe 2022-11-14 17:02:46 +01:00 committed by Iuri Matias
parent d9c04bb32d
commit 1ecb9f64d4
1 changed files with 1 additions and 0 deletions

View File

@ -58,6 +58,7 @@ pipeline {
stages {
stage('Deps') {
steps {
sh 'make update'
/* trigger fetching of git submodules */
sh 'make check-pkg-target-linux'
/* TODO: Re-add caching of Nim compiler. */