File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed
Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -241,9 +241,9 @@ jobs:
241241
242242 - name : Verify installation and compile bytecode
243243 run : |
244- dir C:\python314-dist
245- C:\python314-dist \python.exe --version
246- C:\python314-dist \python.exe -m compileall -b C:\python314-dist\Lib
244+ dir C:\hostedtoolcache\windows\Python\3.14.0\x64
245+ C:\hostedtoolcache\windows\Python\3.14.0\x64 \python.exe --version
246+ C:\hostedtoolcache\windows\Python\3.14.0\x64 \python.exe -m compileall -b C:\python314-dist\Lib
247247 shell : cmd
248248
249249 - name : Create archive
Original file line number Diff line number Diff line change 11case ${abi:? } in
22 armeabi-v7a)
3- HOST=arm-linux-androideabi
3+ # HOST=arm-linux-androideabi
4+ HOST=aarch64-linux-android
45 ;;
56 arm64-v8a)
67 HOST=aarch64-linux-android
You can’t perform that action at this time.
0 commit comments