We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f2ef824 commit f36e437Copy full SHA for f36e437
.github/workflows/ci.yml
@@ -29,8 +29,8 @@ jobs:
29
continue-on-error: true
30
runs-on: ${{ matrix.os }}-latest
31
steps:
32
- if: matrix.os == 'ubuntu' || (matrix.os == 'macos' && matrix.intel == false)
33
- name: Clone
+ if: matrix.os == 'ubuntu' || (matrix.os == 'macos' && matrix.intel == false)
34
uses: actions/checkout@v3
35
36
- name: Setup MacOS
0 commit comments