Skip to content

Commit c3eeb4d

Browse files
Update Stage 2 - Validate.yml (#49)
1 parent d6a14c3 commit c3eeb4d

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

.github/workflows/Stage 2 - Validate.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,10 @@ jobs:
5555
- name: Display structure of downloaded files
5656
run: ls -R
5757
- run: npm run
58-
- run: npm run build
58+
- run: |
59+
cd ./node_modules/@homebridge/node-pty-prebuilt-multiarch
60+
npm run build
5961
- run: npm run test
6062
- run: |
6163
echo "::notice::Successfully tested ${{ github.ref_name }} on ${{ matrix.os }} with Node.js ${{ matrix.node-version }}"
62-
64+

0 commit comments

Comments
 (0)