Skip to content

Commit

Permalink
Stop at completion of binutils
Browse files Browse the repository at this point in the history
  • Loading branch information
ckormanyos committed Dec 16, 2023
1 parent 4cd4c76 commit 17a742e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/avr-gcc-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,9 @@ jobs:
run: |
echo "run avr-gcc-001-make-dirs.sh"
./avr-gcc-001-make-dirs.sh
echo "verify build binutils"
ls -la ${{ runner.workspace }}/avr-gcc-build/local/gcc-13.2.0-avr/bin
ls -la ${{ runner.workspace }}/avr-gcc-build/local/gcc-13.2.0-avr/bin/avr-ld.exe
# - name: avr-gcc-build-clone-avr-libc
# run: |
Expand Down

0 comments on commit 17a742e

Please sign in to comment.