Skip to content

Commit c3e8924

Browse files
committed
Don’t install cmake on Mac
1 parent ca8f9a9 commit c3e8924

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/dawn.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ jobs:
100100
- name: Install prerequisites on Mac
101101
if: matrix.platform == 'macos-latest'
102102
run: |
103-
brew install cmake ninja
103+
brew install ninja
104104
echo "c_compiler=clang" >> "$GITHUB_OUTPUT"
105105
echo "cxx_compiler=clang++" >> "$GITHUB_OUTPUT"
106106

0 commit comments

Comments
 (0)