Skip to content

Commit c9e4356

Browse files
authored
[Rosetta on ARM macOS Runner] Fix commands
1 parent 5049543 commit c9e4356

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
@@ -35,7 +35,7 @@ jobs:
3535
/usr/bin/arch -x86_64 /usr/local/bin/brew link --overwrite python3
3636
- name: Test x86_64 Homebrew installed LLVM
3737
run: |
38-
usr/bin/arch -x86_64 /usr/local/opt/llvm/bin/clang++ --version
38+
/usr/bin/arch -x86_64 /usr/local/opt/llvm/bin/clang++ --version
3939
- name: Test x86_64 Homebrew installed Python
4040
run: |
41-
usr/bin/arch -x86_64 /usr/local/opt/python3/bin/python3 test-arch.py
41+
/usr/bin/arch -x86_64 /usr/local/opt/python3/bin/python3 test-arch.py

0 commit comments

Comments
 (0)