Skip to content

Commit

Permalink
Also install lld
Browse files Browse the repository at this point in the history
  • Loading branch information
simolus3 committed Jan 27, 2025
1 parent 8e87ca9 commit bae3b39
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
id: set-up-homebrew
uses: Homebrew/actions/setup-homebrew@master
- name: Setup macOS build dependencies
run: brew install cmake llvm binaryen wasi-libc wasi-runtimes
run: brew install cmake llvm lld binaryen wasi-libc wasi-runtimes

- name: Install Melos
run: flutter pub global activate melos
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test_wasm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Install Dart SDK
uses: dart-lang/setup-dart@v1
- name: Setup macOS build dependencies
run: brew install cmake llvm binaryen wasi-libc wasi-runtimes
run: brew install cmake llvm lld binaryen wasi-libc wasi-runtimes
- name: Compile sqlite3.wasm on macOS
if: runner.os == 'macOS'
working-directory: packages/sqlite3_wasm_build
Expand Down

0 comments on commit bae3b39

Please sign in to comment.