Merge pull request #1787 from EasyTier/FrankHan052176-patch-1

action[ohos] fix the cnt of commit in ohos.yml
This commit is contained in:
韩嘉乐
2026-01-13 23:58:26 +08:00
committed by GitHub
+2 -2
View File
@@ -66,8 +66,8 @@ jobs:
UPSTREAM_REPO="https://github.com/EasyTier/EasyTier.git"
git remote add upstream "$UPSTREAM_REPO" 2>/dev/null || true
git fetch upstream --tags --force
git fetch upstream main
git fetch --unshallow upstream main || git fetch upstream main
git fetch --tags upstream --force
# 读取 cargo 版本
CARGO_VERSION=$(cargo metadata --format-version 1 --no-deps --manifest-path easytier/Cargo.toml \