Skip to content

Commit 96dbc4c

Browse files
authored
Update push.yml
1 parent d2a4c0f commit 96dbc4c

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

.github/workflows/push.yml

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ on:
88
branches:
99
- master
1010

11-
1211
jobs:
1312
build:
1413
runs-on: ubuntu-latest
@@ -31,19 +30,14 @@ jobs:
3130
run: echo "GITHUB_CI_PR_SHA=${{github.event.pull_request.head.sha}}" >> "${GITHUB_ENV}" && echo "GITHUB_CI_CD=1" >> "${GITHUB_ENV}"
3231

3332
- name: Install standalone reference GCC toolchain
34-
run: bash scripts/env.sh
33+
run: bash scripts/env.sh
3534

3635
- name: Build src/build-scripts/hex2dfu
3736
run: cd src/build-scripts && make clean all
3837

3938
- name: Build hydrafw
4039
- 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/
40+
run: source build.env && chmod +x src/build-scripts/* && arm-none-eabi-gcc --version && arm-none-eabi-gcc -print-search-dirs && make V=1 -j$(nproc) -C src/
4741

4842
- name: Archive hydrafw artifacts
4943
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)