Skip to content

Commit

Permalink
Install LLVM to have lld
Browse files Browse the repository at this point in the history
  • Loading branch information
yamadapc committed Aug 22, 2024
1 parent 8a90c6e commit 89d8c21
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/default.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,8 @@ jobs:
path: |
~/.cargo/bin/
key: ${{ runner.os }}-cargo-bin
- name: Install LLVM
run: brew install llvm

- name: Install cargo-nextest
run: |
Expand Down Expand Up @@ -74,6 +76,8 @@ jobs:
shared-key: "rust-cache-macos2"
cache-all-crates: true
cache-on-failure: true
- name: Install LLVM
run: brew install llvm
- name: Run clippy
run: ./scripts/clippy.sh

Expand Down Expand Up @@ -106,6 +110,8 @@ jobs:
path: |
~/.cargo/bin/
key: ${{ runner.os }}-cargo-bin
- name: Install LLVM
run: brew install llvm

- name: Build release
run: cargo build --release --verbose --workspace --exclude augmented-ui --exclude midir
Expand Down Expand Up @@ -157,6 +163,8 @@ jobs:
run: |
rustup target add aarch64-apple-darwin
rustup target add x86_64-apple-darwin
- name: Install LLVM
run: brew install llvm
- name: Run snapshot tests
run: |
./scripts/dev.sh test-snapshots
Expand Down Expand Up @@ -207,6 +215,8 @@ jobs:
rustup target add x86_64-apple-darwin
rustup target add aarch64-apple-ios-sim
rustup target add aarch64-apple-ios
- name: Install LLVM
run: brew install llvm
- name: Build looper universal libraries
run: |
cd ./crates/apps/looper/looper-processor
Expand Down

0 comments on commit 89d8c21

Please sign in to comment.