Skip to content

Commit fe21849

Browse files
authored
Update firmware-build.yml
1 parent 58ab326 commit fe21849

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/firmware-build.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,10 @@ jobs:
1616
uses: actions/checkout@v4
1717
- name: Install ARM GCC
1818
uses: carlosperate/arm-none-eabi-gcc-action@v1
19-
- name: Run make
20-
run: make
21-
working-directory: ./fw
19+
- name: Run cmake
20+
uses: threeal/[email protected]
21+
with:
22+
source-dir: ./fw
2223
- name: Upload artifacts
2324
uses: actions/upload-artifact@v4
2425
with:

0 commit comments

Comments
 (0)