fix: ci build on master linux
This commit is contained in:
parent
d9c04bb32d
commit
1ecb9f64d4
|
@ -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. */
|
||||
|
|
Loading…
Reference in New Issue