Skip to content

Commit

Permalink
Merge pull request #99 from RustAudio/dependabot/github_actions/KyleM…
Browse files Browse the repository at this point in the history
…ayes/install-llvm-action-2.0.2
  • Loading branch information
dependabot[bot] authored Apr 10, 2024
2 parents 27a6b7b + 6044aee commit df9a00b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/coreaudio-sys.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Install LLVM and Clang
uses: KyleMayes/[email protected].1
uses: KyleMayes/[email protected].2
with:
version: "15.0"
- uses: dtolnay/rust-toolchain@master
Expand All @@ -37,7 +37,7 @@ jobs:
targets: ${{ matrix.target }}

- name: Install LLVM and Clang
uses: KyleMayes/[email protected].1
uses: KyleMayes/[email protected].2
with:
version: "15.0"

Expand All @@ -53,7 +53,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Install LLVM and Clang
uses: KyleMayes/[email protected].1
uses: KyleMayes/[email protected].2
with:
version: "15.0"
- uses: dtolnay/rust-toolchain@master
Expand All @@ -72,7 +72,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Install LLVM and Clang
uses: KyleMayes/[email protected].1
uses: KyleMayes/[email protected].2
with:
version: "15.0"
- uses: dtolnay/rust-toolchain@master
Expand Down

0 comments on commit df9a00b

Please sign in to comment.