update ci [page skip]

This commit is contained in:
沈瑗杰 2023-01-24 08:29:22 +08:00
parent 06ab90176a
commit bfa81648ab
2 changed files with 5 additions and 2 deletions

View File

@ -74,7 +74,9 @@ jobs:
python after_build.py
python setup.py clean
cd ..
Remove-Item src
rm src
cd ..
cd ..
# 还是得我自己写脚本
- name: Build on Windows

View File

@ -74,6 +74,7 @@ class _DR_option(Options):
test_call(self)
self.DR_rust_available = True
except ImportError:
if __name__ == '__main__':
traceback.print_exc()
self.DR_rust_available = False
self.flush_option()