simbit18 commented on code in PR #13894:
URL: https://github.com/apache/nuttx/pull/13894#discussion_r1793286889


##########
.github/workflows/build.yml:
##########
@@ -331,3 +331,45 @@ jobs:
           name: msys2-${{matrix.boards}}-builds
           path: buildartifacts/
         continue-on-error: true
+
+  # Build with MSVC in Windows native
+  msvc:
+    needs: Fetch-Source
+    runs-on: windows-latest
+    steps:
+      - uses: actions/checkout@v4
+      # Set up Python environment and install kconfiglib
+      - name: Set up Python and install kconfiglib
+        uses: actions/setup-python@v2
+        with:
+          python-version: '3.x'  # specify the desired Python version

Review Comment:
   python-version: '3.10'



##########
.github/workflows/build.yml:
##########
@@ -331,3 +331,45 @@ jobs:
           name: msys2-${{matrix.boards}}-builds
           path: buildartifacts/
         continue-on-error: true
+
+  # Build with MSVC in Windows native
+  msvc:
+    needs: Fetch-Source
+    runs-on: windows-latest
+    steps:
+      - uses: actions/checkout@v4
+      # Set up Python environment and install kconfiglib
+      - name: Set up Python and install kconfiglib
+        uses: actions/setup-python@v2

Review Comment:
   uses: actions/setup-python@v5
   



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to