From 4dc670850d9e840ca883fd5693e03ce2e594f980 Mon Sep 17 00:00:00 2001 From: NishiOwO Date: Wed, 6 May 2026 04:39:53 +0900 Subject: [PATCH] fix --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 659cbf3..6c1637e 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -74,7 +74,7 @@ pipeline { archiveArtifacts("MwMSVC32.dll,MwMSVC32.lib") } } - stage("Build for Windows 32-bit (MSVC)") { + stage("Build for Windows 32-bit (Watcom)") { agent { label "built-in" }