Skip to content

Commit ab934f9

Browse files
authored
Update release-arm32.yml (#133)
1 parent 5fb7e60 commit ab934f9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release-arm32.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
runs-on: ubuntu-latest
1515

1616
env:
17-
ARCHIVE: arm-gcc13-musl-3_0
17+
ARCHIVE: toolchain.hisilicon-hi3516cv100
1818
PLATFORM: arm-openipc-linux-musleabi_sdk-buildroot
1919
TOOLCHAIN: arm-openipc-linux-musleabi
2020
VERSION: 4.2.3
@@ -56,7 +56,7 @@ jobs:
5656
5757
REL="${{ steps.ct-ng-release.outputs.release }}"
5858
echo "Got release $REL"
59-
wget -qO- https://github.com/OpenIPC/firmware/releases/download/latest/$ARCHIVE.tgz | \
59+
wget -qO- https://github.com/OpenIPC/firmware/releases/download/toolchain/$ARCHIVE.tgz | \
6060
tar xfz - -C /opt
6161
export PATH=/opt/$PLATFORM/bin:$PATH
6262
sudo apt-get install -y cmake

0 commit comments

Comments
 (0)