update ci [page skip]
This commit is contained in:
parent
06ab90176a
commit
bfa81648ab
4
.github/workflows/nuitka.yml
vendored
4
.github/workflows/nuitka.yml
vendored
@ -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
|
||||
|
@ -74,7 +74,8 @@ class _DR_option(Options):
|
||||
test_call(self)
|
||||
self.DR_rust_available = True
|
||||
except ImportError:
|
||||
traceback.print_exc()
|
||||
if __name__ == '__main__':
|
||||
traceback.print_exc()
|
||||
self.DR_rust_available = False
|
||||
self.flush_option()
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user