xuxin930 commented on code in PR #13894:
URL: https://github.com/apache/nuttx/pull/13894#discussion_r1795292012
##########
.github/workflows/build.yml:
##########
@@ -331,3 +331,54 @@ jobs:
name: msys2-${{matrix.boards}}-builds
path: buildartifacts/
continue-on-error: true
+
+ # Select the msvc Builds based on PR Arch Label
+ msvc-Arch:
+ uses: apache/nuttx/.github/workflows/arch.yml@master
+ needs: Fetch-Source
+ with:
+ os: Linux
Review Comment:
thanks,Done
--
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]