Skip to content

Commit 2162f9d

Browse files
author
Natsuu
authored
build: remove Windows dependency installation script (#27)
## Summary by Sourcery 从代码库和 CI 工作流中移除特定于 Windows 的依赖安装脚本。 构建(Build): - 停止在安装相关的 GitHub Actions 工作流中复制 Windows 依赖安装批处理脚本。 杂务(Chores): - 从 `tools` 目录中删除 Windows 依赖安装批处理脚本文件。 <details> <summary>Original summary in English</summary> ## Summary by Sourcery Remove Windows-specific dependency installation script from the repository and CI workflow. Build: - Stop copying the Windows dependency installation batch script in the install GitHub Actions workflow. Chores: - Delete the Windows dependency installation batch script file from the tools directory. </details>
1 parent e145b91 commit 2162f9d

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

.github/workflows/install.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -124,10 +124,6 @@ jobs:
124124
else
125125
echo "MFA directory not found, skipping copy."
126126
fi
127-
if [[ "${{ matrix.os }}" == "win" ]]; then
128-
mkdir -p install
129-
cp -v "tools/DependencySetup_依赖库安装.bat" install/
130-
fi
131127
else
132128
echo "Skipping copy MFA for Android."
133129
fi

0 commit comments

Comments
 (0)