Skip to content

Commit

Permalink
Move to llvm action rather than homebrew line
Browse files Browse the repository at this point in the history
  • Loading branch information
simlay committed Apr 5, 2024
1 parent e15b8bf commit 8105da2
Showing 1 changed file with 16 additions and 8 deletions.
24 changes: 16 additions & 8 deletions .github/workflows/coreaudio-rs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,10 @@ jobs:
runs-on: macOS-latest
steps:
- uses: actions/checkout@v4
- name: Install llvm and clang
run: brew install llvm
- name: Install LLVM and Clang
uses: KyleMayes/[email protected]
with:
version: "15.0"
- name: Install stable
uses: actions-rs/toolchain@v1
with:
Expand All @@ -34,8 +36,10 @@ jobs:
runs-on: macOS-latest
steps:
- uses: actions/checkout@v4
- name: Install llvm and clang
run: brew install llvm
- name: Install LLVM and Clang
uses: KyleMayes/[email protected]
with:
version: "15.0"
- name: Install stable
uses: actions-rs/toolchain@v1
with:
Expand All @@ -54,8 +58,10 @@ jobs:
runs-on: macOS-latest
steps:
- uses: actions/checkout@v4
- name: Install llvm and clang
run: brew install llvm
- name: Install LLVM and Clang
uses: KyleMayes/[email protected]
with:
version: "15.0"
- name: Install stable
uses: actions-rs/toolchain@v1
with:
Expand All @@ -74,8 +80,10 @@ jobs:
runs-on: macOS-latest
steps:
- uses: actions/checkout@v4
- name: Install llvm and clang
run: brew install llvm
- name: Install LLVM and Clang
uses: KyleMayes/[email protected]
with:
version: "15.0"
- name: Install stable
uses: actions-rs/toolchain@v1
with:
Expand Down

0 comments on commit 8105da2

Please sign in to comment.