Skip to content

Commit

Permalink
workflow/push.yml - remove printf-like step to show revision during d…
Browse files Browse the repository at this point in the history
…ebug
  • Loading branch information
ia committed Apr 2, 2024
1 parent 9d77d8c commit df35e5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
run: bash scripts/env.sh

- name: Build ${{ matrix.model }}
run: source build.env && arm-none-eabi-gcc --version && arm-none-eabi-gcc -print-search-dirs && python3 src/build-scripts/hydrafw-revision.py && make V=1 -j$(nproc) -C src/
run: source build.env && arm-none-eabi-gcc --version && arm-none-eabi-gcc -print-search-dirs && make V=1 -j$(nproc) -C src/

- name: Archive ${{ matrix.model }} artifacts
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit df35e5b

Please sign in to comment.