Skip to content

Commit

Permalink
test workflow?
Browse files Browse the repository at this point in the history
  • Loading branch information
davidlion committed Jun 3, 2024
1 parent ae27a04 commit 9e74a1e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:

- name: "Macos: install clang/llvm"
if: |
${{ "macos-latest" == matrix.os }}
"macos-latest" == matrix.os
run: |
brew update
brew install llvm
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:

- name: "Macos: install clang/llvm"
if: |
${{ "macos-latest" == matrix.os }}
"macos-latest" == matrix.os
run: |
brew update
brew install llvm
Expand Down

0 comments on commit 9e74a1e

Please sign in to comment.