Skip to content

Commit

Permalink
Adapt runner bash profile for suffixes
Browse files Browse the repository at this point in the history
  • Loading branch information
ckormanyos committed Dec 15, 2023
1 parent b93835c commit 38ac672
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/avr-gcc-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,9 +67,9 @@ jobs:
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-g++.exe
- name: avr-gcc-build-avr-libc
shell: bash -l {0}
run: |
echo 'Clone stevenj/avr-libc3'
echo ""
echo "Clone stevenj/avr-libc3"
git clone -b master --depth 1 https://github.com/stevenj/avr-libc3 ${{ runner.workspace }}/avr-gcc-build/gcc_build/avr-libc3
echo "run avr-gcc-030-build-avr-libc.sh"
./avr-gcc-030-build-avr-libc.sh

0 comments on commit 38ac672

Please sign in to comment.