Skip to content

Commit

Permalink
ci: chanage macos dependency step name
Browse files Browse the repository at this point in the history
  • Loading branch information
Bambooin committed Mar 29, 2024
1 parent dc96e49 commit 4a754f5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/commit-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
echo ${GITHUB_REF#refs/*/}
echo CI_BRANCH=${GITHUB_REF#refs/*/} >> $GITHUB_ENV
- name: Install macOS utils
- name: Install macOS dependency
if: startsWith(matrix.os, 'macos')
run: |
brew install coreutils clang-format
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pull-request-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
echo ${GITHUB_REF#refs/*/}
echo CI_BRANCH=${GITHUB_REF#refs/*/} >> $GITHUB_ENV
- name: Install macOS utils
- name: Install macOS dependency
if: startsWith(matrix.os, 'macos')
run: |
brew install coreutils clang-format
Expand Down

0 comments on commit 4a754f5

Please sign in to comment.