Skip to content

Commit 741bb83

Browse files
committed
Fix bugs
1 parent 02c2019 commit 741bb83

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/test-runner-actions.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,5 @@ jobs:
3939
runs-on: ubuntu-latest
4040
steps:
4141
- run: pip install pyarmor.cli
42-
- run: wget http://8.218.217.13/temp/pyarmor-regfile-5068-v9.zip
43-
- 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
42+
- run: pyarmor gen t2128.py
4643
- run: python dist/t2128.py

0 commit comments

Comments
 (0)