Skip to content

Commit bae3b39

Browse files
committed
Also install lld
1 parent 8e87ca9 commit bae3b39

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
id: set-up-homebrew
2626
uses: Homebrew/actions/setup-homebrew@master
2727
- name: Setup macOS build dependencies
28-
run: brew install cmake llvm binaryen wasi-libc wasi-runtimes
28+
run: brew install cmake llvm lld binaryen wasi-libc wasi-runtimes
2929

3030
- name: Install Melos
3131
run: flutter pub global activate melos

.github/workflows/test_wasm.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- name: Install Dart SDK
1818
uses: dart-lang/setup-dart@v1
1919
- name: Setup macOS build dependencies
20-
run: brew install cmake llvm binaryen wasi-libc wasi-runtimes
20+
run: brew install cmake llvm lld binaryen wasi-libc wasi-runtimes
2121
- name: Compile sqlite3.wasm on macOS
2222
if: runner.os == 'macOS'
2323
working-directory: packages/sqlite3_wasm_build

0 commit comments

Comments
 (0)