Skip to content

Commit f36e437

Browse files
author
Anand
committed
ci
1 parent f2ef824 commit f36e437

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ jobs:
2929
continue-on-error: true
3030
runs-on: ${{ matrix.os }}-latest
3131
steps:
32-
if: matrix.os == 'ubuntu' || (matrix.os == 'macos' && matrix.intel == false)
3332
- name: Clone
33+
if: matrix.os == 'ubuntu' || (matrix.os == 'macos' && matrix.intel == false)
3434
uses: actions/checkout@v3
3535

3636
- name: Setup MacOS

0 commit comments

Comments
 (0)