Skip to content

Commit 701bb96

Browse files
authored
Update push.yml
1 parent 8022cc1 commit 701bb96

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.github/workflows/push.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,13 @@ jobs:
3737
run: cd src/build-scripts && make clean all
3838

3939
- 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/
40+
- 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/
4147
4248
- name: Archive hydrafw artifacts
4349
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)