fix: ci build on master linux
This commit is contained in:
parent
d9c04bb32d
commit
1ecb9f64d4
|
@ -58,6 +58,7 @@ pipeline {
|
||||||
stages {
|
stages {
|
||||||
stage('Deps') {
|
stage('Deps') {
|
||||||
steps {
|
steps {
|
||||||
|
sh 'make update'
|
||||||
/* trigger fetching of git submodules */
|
/* trigger fetching of git submodules */
|
||||||
sh 'make check-pkg-target-linux'
|
sh 'make check-pkg-target-linux'
|
||||||
/* TODO: Re-add caching of Nim compiler. */
|
/* TODO: Re-add caching of Nim compiler. */
|
||||||
|
|
Loading…
Reference in New Issue