Skip to content

Commit 5049543

Browse files
authored
[Rosetta on ARM macOS Runner] Fix test script setup
1 parent e3ea776 commit 5049543

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/rosetta-on-arm-macos-runner.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ jobs:
1717
run: |
1818
echo 'arch' > show-arch.sh
1919
echo 'import platform' >> test-arch.py
20-
echo 'print(platform.version()) >> test-arch.py
21-
echo 'print(platform.platform()) >> test-arch.py
20+
echo 'print(platform.version())' >> test-arch.py
21+
echo 'print(platform.platform())' >> test-arch.py
2222
- name: Test to x86_64 Shell
2323
# This should output "i386"
2424
run: |

0 commit comments

Comments
 (0)