Skip to content

Commit 92a31be

Browse files
committed
Don't install cmake, it's already installed
1 parent b635dfb commit 92a31be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/prepare_wasm.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
uses: dart-lang/setup-dart@v1
2626
- name: Setup macOS build dependencies
2727
if: steps.cache_build.outputs.cache-hit != 'true'
28-
run: brew install cmake llvm lld binaryen wasi-libc wasi-runtimes
28+
run: brew install llvm lld binaryen wasi-libc wasi-runtimes
2929
- name: Compile sqlite3.wasm on macOS
3030
if: steps.cache_build.outputs.cache-hit != 'true'
3131
working-directory: packages/sqlite3_wasm_build

0 commit comments

Comments
 (0)