We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1c75f75 commit 799e9fdCopy full SHA for 799e9fd
.github/workflows/build.yml
@@ -326,8 +326,7 @@ jobs:
326
if: matrix.platform == 'linux'
327
run: |
328
if [ "${{ matrix.arch }}" == "arm64" ]; then
329
- bash <(curl -sSL https://linuxmirrors.cn/main.sh) --source mirrors.aliyun.com --web-protocol http --intranet false --backup true --updata-software true --clean-cache false --ignore-backup-tips
330
-
+ sudo bash <(curl -sSL https://linuxmirrors.cn/main.sh) --source mirrors.aliyun.com --web-protocol http --intranet false --backup true --updata-software true --clean-cache false --ignore-backup-tips
331
sudo dpkg --add-architecture arm64
332
sudo apt-get update
333
sudo apt-get install -y gcc-aarch64-linux-gnu libc6-dev-arm64-cross
0 commit comments