Skip to content

Commit

Permalink
Try undefined handler in bash profile
Browse files Browse the repository at this point in the history
  • Loading branch information
ckormanyos committed Dec 15, 2023
1 parent a79b3d4 commit 47d44af
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/avr-gcc-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,12 @@ jobs:
./avr-gcc-010-build-binutils.sh
echo "verify build binutils"
ls -la /home/runner/work/avr-gcc-build/avr-gcc-build/local/gcc-13.2.0-avr/bin
- name: avr-gcc-update-bash_profile
run: |
cp ./tmprcfile ~/.bash_profile
source ~/.bash_profile
- name: avr-gcc-build-020-build-gcc
shell: bash -l {0}
run: |
source ./tmprcfile
echo "run avr-gcc-020-build-gcc.sh"
Expand Down

0 comments on commit 47d44af

Please sign in to comment.