Skip to content

Commit 35b3f3e

Browse files
committed
TEST
1 parent 830321a commit 35b3f3e

File tree

2 files changed

+325
-273
lines changed

2 files changed

+325
-273
lines changed

.github/RunTest/action.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@ runs:
1616
using: 'composite'
1717
steps:
1818

19-
- shell: bash
20-
run: |
21-
# ${{ inputs.toolchain }} | ${{ inputs.board }}
22-
./.github/workflows/scripts/install.sh -t ${{ inputs.toolchain }} -b ${{ inputs.board }}
19+
# - shell: bash
20+
# run: |
21+
# # ${{ inputs.toolchain }} | ${{ inputs.board }}
22+
# ./.github/workflows/scripts/install.sh -t ${{ inputs.toolchain }} -b ${{ inputs.board }}
2323

2424
- shell: bash
2525
run: >

0 commit comments

Comments
 (0)