We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c2f214 commit 6c5a2abCopy full SHA for 6c5a2ab
.github/workflows/kernel-demos.yml
@@ -268,12 +268,12 @@ jobs:
268
fetch-depth: 1
269
270
- env:
271
- stepName: Fetch Community-Supported-Demos Submodule
+ stepName: Fetch Dependencies
272
shell: bash
273
run: |
274
# ${{ env.stepName }}
275
echo -e "::group::${{ env.bashInfo }} ${{ env.stepName }} ${{ env.bashEnd }}"
276
- git submodule update --checkout --init --depth 1 FreeRTOS/Demo/ThirdParty/Community-Supported-Demos
+ git submodule update --checkout --init --depth 1 FreeRTOS/Demo/ThirdParty/Community-Supported-Demos FreeRTOS-Plus/Source/FreeRTOS-Plus-Trace
277
echo -e "${{ env.bashPass }} ${{ env.stepName }} ${{ env.bashEnd }}"
278
279
# Checkout user pull request changes
0 commit comments