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 5dc3d90 commit 7eba2a7Copy full SHA for 7eba2a7
.github/workflows/commit-ci.yml
@@ -27,7 +27,7 @@ jobs:
27
echo CI_BRANCH=${GITHUB_REF#refs/*/} >> $GITHUB_ENV
28
29
- name: Install macOS utils
30
- if: startsWith(matrix.os, 'macOS')
+ if: startsWith(matrix.os, 'macos')
31
run: |
32
brew install coreutils clang-format
33
.github/workflows/pull-request-ci.yml
@@ -34,7 +34,7 @@ jobs:
34
35
36
37
38
39
40
0 commit comments