diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml
index 6d876a1..c0607fc 100644
--- a/.github/workflows/windows.yml
+++ b/.github/workflows/windows.yml
@@ -9,7 +9,8 @@ jobs:
       run:
         shell: msys2 {0}
     steps:
-    - uses: msys2/setup-msys2@v2
+    - name: Setup MSYS2
+      uses: msys2/setup-msys2@v2
       with:
         msystem: clang64
         update: true
diff --git a/cmake/DPPStaticBundle.cmake b/cmake/DPPStaticBundle.cmake
index 50331c6..01b5c17 100644
--- a/cmake/DPPStaticBundle.cmake
+++ b/cmake/DPPStaticBundle.cmake
@@ -29,8 +29,8 @@ if (DEFINED NPROC_EXECUTABLE)
     execute_process(
         COMMAND "${NPROC_EXECUTABLE}"
         OUTPUT_VARIABLE NPROC
+        OUTPUT_STRIP_TRAILING_WHITESPACE
     )
-    string(STRIP "${NPROC}" NPROC)
     set(MAKE_JOBS_ARG "-j${NPROC}")
 endif()
 
diff --git a/rpmsrc/dtranslatebot.json b/rpmsrc/dtranslatebot.json
index ca2aa94..e0a0dc0 100644
--- a/rpmsrc/dtranslatebot.json
+++ b/rpmsrc/dtranslatebot.json
@@ -6,6 +6,7 @@
       by creating a New Application:
       https://discord.com/developers/applications
     */
+
     "token": "",
     "translator": {
         "type": "stub"