Skip to content

Commit

Permalink
Merge pull request #101 from RustAudio/dependabot/github_actions/Kyle…
Browse files Browse the repository at this point in the history
…Mayes/install-llvm-action-2.0.3
  • Loading branch information
dependabot[bot] committed May 27, 2024
2 parents df9a00b + 27e988f commit e7dafbd
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/install-llvm-action@v2.0.2
uses: KyleMayes/install-llvm-action@v2.0.3
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/install-llvm-action@v2.0.2
uses: KyleMayes/install-llvm-action@v2.0.3
with:
version: "15.0"

Expand All @@ -53,7 +53,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Install LLVM and Clang
uses: KyleMayes/install-llvm-action@v2.0.2
uses: KyleMayes/install-llvm-action@v2.0.3
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/install-llvm-action@v2.0.2
uses: KyleMayes/install-llvm-action@v2.0.3
with:
version: "15.0"
- uses: dtolnay/rust-toolchain@master
Expand Down

0 comments on commit e7dafbd

Please sign in to comment.