Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelpoluektov committed Nov 28, 2023
1 parent 95cbbe5 commit 1e8384a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ def createZip(String platform) {
sh "cmake .. -DLIB_NAME=tflitemicro_${platform}"
sh "make create_zip -j4"
} else if (platform == "windows") {
bat "cmake .. -DLIB_NAME=tflitemicro_${platform}
bat "cmake .. -DLIB_NAME=tflitemicro_${platform}"
// TODO: Make?
}
}
Expand Down

0 comments on commit 1e8384a

Please sign in to comment.