Skip to content

Commit 1c75f75

Browse files
committed
fix: 修复换源指令
1 parent 4d6e7da commit 1c75f75

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -325,9 +325,8 @@ jobs:
325325
- name: Install Linux dependencies
326326
if: matrix.platform == 'linux'
327327
run: |
328-
# 为 ARM64 交叉编译使用国内镜像源
329328
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
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
331330
332331
sudo dpkg --add-architecture arm64
333332
sudo apt-get update

0 commit comments

Comments
 (0)