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 after_build.py
|
||||||
python setup.py clean
|
python setup.py clean
|
||||||
cd ..
|
cd ..
|
||||||
Remove-Item src
|
rm src
|
||||||
|
cd ..
|
||||||
|
cd ..
|
||||||
|
|
||||||
# 还是得我自己写脚本
|
# 还是得我自己写脚本
|
||||||
- name: Build on Windows
|
- name: Build on Windows
|
||||||
|
@ -74,6 +74,7 @@ class _DR_option(Options):
|
|||||||
test_call(self)
|
test_call(self)
|
||||||
self.DR_rust_available = True
|
self.DR_rust_available = True
|
||||||
except ImportError:
|
except ImportError:
|
||||||
|
if __name__ == '__main__':
|
||||||
traceback.print_exc()
|
traceback.print_exc()
|
||||||
self.DR_rust_available = False
|
self.DR_rust_available = False
|
||||||
self.flush_option()
|
self.flush_option()
|
||||||
|
Loading…
Reference in New Issue
Block a user