We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8022cc1 commit 701bb96Copy full SHA for 701bb96
.github/workflows/push.yml
@@ -37,7 +37,13 @@ jobs:
37
run: cd src/build-scripts && make clean all
38
39
- name: Build hydrafw
40
- run: source build.env && arm-none-eabi-gcc --version && arm-none-eabi-gcc -print-search-dirs && make V=1 -j$(nproc) -C src/
+ - name: Build firmware
41
+ run: |
42
+ source build.env
43
+ chmod +x src/build-scripts/*
44
+ arm-none-eabi-gcc --version
45
+ arm-none-eabi-gcc -print-search-dirs
46
+ make V=1 -j$(nproc) -C src/
47
48
- name: Archive hydrafw artifacts
49
uses: actions/upload-artifact@v4
0 commit comments