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 830321a commit 35b3f3eCopy full SHA for 35b3f3e
.github/RunTest/action.yml
@@ -16,10 +16,10 @@ runs:
16
using: 'composite'
17
steps:
18
19
- - shell: bash
20
- run: |
21
- # ${{ inputs.toolchain }} | ${{ inputs.board }}
22
- ./.github/workflows/scripts/install.sh -t ${{ inputs.toolchain }} -b ${{ inputs.board }}
+# - shell: bash
+# run: |
+# # ${{ inputs.toolchain }} | ${{ inputs.board }}
+# ./.github/workflows/scripts/install.sh -t ${{ inputs.toolchain }} -b ${{ inputs.board }}
23
24
- shell: bash
25
run: >
0 commit comments