Skip to content

Commit 876c209

Browse files
authored
ci: build: fix chroot relase
1 parent 92dd279 commit 876c209

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,8 @@ jobs:
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

0 commit comments

Comments
 (0)