File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -46,12 +46,12 @@ jobs:
4646 # Semantic version range syntax or exact version of a Python version
4747 python-version : ' 3.10'
4848 # Optional - x64 or x86 architecture, defaults to x64
49- # architecture: 'x64'
49+ architecture : ' x64'
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)"
5353 - run : wget https://pyarmor.dashingsoft.com/downloads/temp/citest5829.tar.gz
54- - run : tar xzf citest .tar.gz
54+ - run : tar xzf citest5829 .tar.gz
5555 - run : pip install citest/pyarmor_cli_core-8.1.0-cp310-none-manylinux1_x86_64.whl
5656 - run : pip install citest/pyarmor_cli-9.2.0.tar.gz
5757 - run : pyarmor reg citest/pyarmor-ci-8000.zip
You can’t perform that action at this time.
0 commit comments