Skip to content

Commit cc16ab1

Browse files
committed
Fix bug
1 parent 6e44f79 commit cc16ab1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,9 +50,9 @@ jobs:
5050
# You can test your matrix by printing the current Python version
5151
- name: Display Python version
5252
run: python -c "import sys; print(sys.version)"
53-
- run: wget https://pyarmor.dashingsoft.com/downloads/temp/citest5829.tar.gz
54-
- run: tar xzf citest5829.tar.gz
53+
- run: wget https://pyarmor.dashingsoft.com/downloads/temp/citest58290.tar.gz
54+
- run: tar xzf citest58290.tar.gz
5555
- run: pip install citest/pyarmor_cli_core-8.1.0-cp310-none-manylinux1_x86_64.whl
56-
- run: pip install citest/pyarmor_cli-9.2.0.tar.gz
56+
- run: pip install citest/pyarmor-9.2.0.tar.gz
5757
- run: pyarmor reg citest/pyarmor-ci-8000.zip
5858
- run: pyarmor gen --enable-rft citest/foo.py

0 commit comments

Comments
 (0)