lupyuen commented on code in PR #13894:
URL: https://github.com/apache/nuttx/pull/13894#discussion_r1794561766
##########
.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:
Let's change "Linux" to "msvc", so (in future) we can run special Build
Rules in `arch.yml`
```suggestion
os: msvc
```
--
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]