Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
markos committed Dec 6, 2021
1 parent 58bfe54 commit 1b6f37d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -318,7 +318,8 @@ pipeline {
}
}
}
stage("Clang-Release/AVX2") {
}
stage("Clang-Release/AVX2") {
agent { label "x86" }
stages {
stage("Git checkout") {
Expand Down

0 comments on commit 1b6f37d

Please sign in to comment.