Skip to content

Commit f2a1705

Browse files
committed
indent correctly
1 parent 8e8f17c commit f2a1705

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/jit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ jobs:
9696
# also see: rosetta https://github.com/numpy/numpy/pull/29756/files
9797
if: runner.os == 'macOS'
9898
run: |
99-
arch -x86_64 /bin/bash -c '
99+
arch -x86_64 /bin/bash -c '
100100
brew update
101101
find /usr/local/bin -lname '*/Library/Frameworks/Python.framework/*' -delete
102102
brew install llvm@${{ matrix.llvm }}

0 commit comments

Comments
 (0)