Skip to content

Commit 41c1ea2

Browse files
committed
Fix bug
1 parent 7edbd19 commit 41c1ea2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pyarmor-smoke-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,5 @@ jobs:
2020
runs-on: macos-13
2121
steps:
2222
- run: curl -O https://www.python.org/ftp/python/3.13.1/python-3.13.1-macos11.pkg
23-
- run: sudo installer -pkg ./python-3.13.1-macos11.pkg --target /
23+
- run: sudo installer -pkg ./python-3.13.1-macos11.pkg -target /
2424
- run: python3.13t -v

0 commit comments

Comments
 (0)