Skip to content

Commit

Permalink
workflow/push.yml - output toolchain version and its dirs right befor…
Browse files Browse the repository at this point in the history
…e the build to make sure in logs that the proper GCC is used
  • Loading branch information
ia committed Mar 27, 2024
1 parent d4ec89d commit a0bf4d0
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 @@ -39,7 +39,7 @@ jobs:
run: bash scripts/env.sh

- name: Build ${{ matrix.model }}
run: source build.env && 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 a0bf4d0

Please sign in to comment.