Skip to content

Commit 02c2019

Browse files
committed
Fix bug
1 parent 9a8b412 commit 02c2019

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,8 @@ jobs:
3939
runs-on: ubuntu-latest
4040
steps:
4141
- 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
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
4444
- run: pyarmor reg pyarmor-regfile-5068-v9.zip
4545
- run: pyarmor gen --enable-bcc --obf-code 2 t2128.py
4646
- run: python dist/t2128.py

0 commit comments

Comments
 (0)