fix
All checks were successful
pyrite-dev/milsko/pipeline/head This commit looks good

This commit is contained in:
Nishi 2026-04-06 17:37:19 +09:00
commit 8d597328f9
Signed by: nishi
GPG key ID: 27EF69B208EB9343
4 changed files with 4 additions and 4 deletions

2
Jenkinsfile vendored
View file

@ -50,7 +50,7 @@ pipeline {
sh("make -j4")
}
}
stage("Build for Windows 64-bit (MSVC)") {
stage("Build for Windows 32-bit (MSVC)") {
agent {
label "2012r2"
}