Skip to content

Commit 9576ca1

Browse files
committed
Fix file not found
Signed-off-by: Gaurav Aggarwal <aggarg@amazon.com>
1 parent fd94458 commit 9576ca1

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/kernel-demos.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,9 @@ jobs:
1313
name: WIN32 Test
1414
runs-on: windows-latest
1515
steps:
16+
- uses: actions/checkout@v4.1.1
1617
- name: Check amqtt install
17-
uses: actions/checkout@v4.1.1
1818
run: pip install -r ./requirements.txt
19-
shell: bash
2019

2120
WIN32-MSVC:
2221
name: WIN32 MSVC

0 commit comments

Comments
 (0)