Skip to content

Commit 293e008

Browse files
authored
Update Jenkinsfile
1 parent b0cb789 commit 293e008

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ pipeline {
1212
}
1313
stage('CMakeBuild') {
1414
steps {
15-
sh 'make clean && mkdir build && cd build && cmake -DDYNAMIC_ARCH=1 .. && make'
15+
sh 'sudo apt install cmake && make clean && mkdir build && cd build && cmake -DDYNAMIC_ARCH=1 .. && make'
1616
}
1717
}
1818
}

0 commit comments

Comments
 (0)