Skip to content

Commit ef9684b

Browse files
Debugging SLT Failure
1 parent 93459de commit ef9684b

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

.github/actions/install-tools/action.yaml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,12 @@ runs:
2020
- name: Setup SLT
2121
id: setup-action
2222
uses: SiliconLabsSoftware/action-setup-slt@v1
23-
23+
24+
- name: Conan Remote List
25+
shell: bash
26+
run: |
27+
conan remote list
28+
2429
- name: Set Environment Variables
2530
shell: bash
2631
run: |

0 commit comments

Comments
 (0)