We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4d6e7da commit 1c75f75Copy full SHA for 1c75f75
.github/workflows/build.yml
@@ -325,9 +325,8 @@ jobs:
325
- name: Install Linux dependencies
326
if: matrix.platform == 'linux'
327
run: |
328
- # 为 ARM64 交叉编译使用国内镜像源
329
if [ "${{ matrix.arch }}" == "arm64" ]; then
330
- bash <(curl -sSL https://linuxmirrors.cn/main.sh) --source mirrors.aliyun.com --web-protocol http --intranet false --close-firewall true --backup true --updata-software false --clean-cache false --ignore-backup-tips
+ 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
332
sudo dpkg --add-architecture arm64
333
sudo apt-get update
0 commit comments