File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 5151
5252 - name : download and unpack chroot
5353 run : |
54- wget -nv https://github.com/frank-w/arm-crosscompile/releases/download/CHROOT-Bullseye /debian_${{ env.DEBIAN_RELEASE }}_armhf.tar.gz
55- wget -nv https://github.com/frank-w/arm-crosscompile/releases/download/CHROOT-Bullseye /debian_${{ env.DEBIAN_RELEASE }}_arm64.tar.gz
54+ wget -nv https://github.com/frank-w/arm-crosscompile/releases/download/CHROOT-${{ env.DEBIAN_RELEASE }} /debian_${{ env.DEBIAN_RELEASE }}_armhf.tar.gz
55+ wget -nv https://github.com/frank-w/arm-crosscompile/releases/download/CHROOT-${{ env.DEBIAN_RELEASE }} /debian_${{ env.DEBIAN_RELEASE }}_arm64.tar.gz
5656 sudo tar -xzf debian_${{ env.DEBIAN_RELEASE }}_armhf.tar.gz --strip-components=5
5757 sudo tar -xzf debian_${{ env.DEBIAN_RELEASE }}_arm64.tar.gz --strip-components=5
5858 ls -lh
You can’t perform that action at this time.
0 commit comments