Skip to content

Commit caebe6d

Browse files
add regenerate mplabx makefiles before make
1 parent 4a47e4d commit caebe6d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/xc32-sftp.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,5 +69,7 @@ jobs:
6969

7070
- name: Build wolfssh library
7171
working-directory: wolfssh/ide/mplabx/wolfssh.X
72-
run: make
72+
run: |
73+
/opt/microchip/mplabx/mplab_platform/bin/prjMakefilesGenerator.sh .
74+
make
7375

0 commit comments

Comments
 (0)