setup tools

This commit is contained in:
Kyle
2020-12-22 21:17:35 +08:00
parent c1d25e6626
commit cdb17ce0b8
+1
View File
@@ -32,6 +32,7 @@ jobs:
before_script:
- choco install -y visualstudio2019buildtools python3 --package-parameters "--add
Microsoft.VisualStudio.Component.VC.Tools.x86.x64";
- (Invoke-WebRequest https://bootstrap.pypa.io/ez_setup.py).Content | python -
- |
pushd ${DEPS_DIR}/ambuild
python setup.py install