We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a8b412 commit 02c2019Copy full SHA for 02c2019
.github/workflows/test-runner-actions.yml
@@ -39,8 +39,8 @@ jobs:
39
runs-on: ubuntu-latest
40
steps:
41
- run: pip install pyarmor.cli
42
- - run: wget https://8.218.217.13/temp/pyarmor-regfile-5068-v9.zip
43
- - run: wget https://8.218.217.13/temp/t2128.py
+ - run: wget http://8.218.217.13/temp/pyarmor-regfile-5068-v9.zip
+ - run: wget http://8.218.217.13/temp/t2128.py
44
- run: pyarmor reg pyarmor-regfile-5068-v9.zip
45
- run: pyarmor gen --enable-bcc --obf-code 2 t2128.py
46
- run: python dist/t2128.py
0 commit comments