We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5fb7e60 commit ab934f9Copy full SHA for ab934f9
.github/workflows/release-arm32.yml
@@ -14,7 +14,7 @@ jobs:
14
runs-on: ubuntu-latest
15
16
env:
17
- ARCHIVE: arm-gcc13-musl-3_0
+ ARCHIVE: toolchain.hisilicon-hi3516cv100
18
PLATFORM: arm-openipc-linux-musleabi_sdk-buildroot
19
TOOLCHAIN: arm-openipc-linux-musleabi
20
VERSION: 4.2.3
@@ -56,7 +56,7 @@ jobs:
56
57
REL="${{ steps.ct-ng-release.outputs.release }}"
58
echo "Got release $REL"
59
- wget -qO- https://github.com/OpenIPC/firmware/releases/download/latest/$ARCHIVE.tgz | \
+ wget -qO- https://github.com/OpenIPC/firmware/releases/download/toolchain/$ARCHIVE.tgz | \
60
tar xfz - -C /opt
61
export PATH=/opt/$PLATFORM/bin:$PATH
62
sudo apt-get install -y cmake
0 commit comments