Skip to content

Commit

Permalink
Bump KyleMayes/install-llvm-action from 2.0.1 to 2.0.2
Browse files Browse the repository at this point in the history
Bumps [KyleMayes/install-llvm-action](https://github.com/kylemayes/install-llvm-action) from 2.0.1 to 2.0.2.
- [Release notes](https://github.com/kylemayes/install-llvm-action/releases)
- [Changelog](https://github.com/KyleMayes/install-llvm-action/blob/master/CHANGELOG.md)
- [Commits](KyleMayes/install-llvm-action@v2.0.1...v2.0.2)

---
updated-dependencies:
- dependency-name: KyleMayes/install-llvm-action
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Apr 10, 2024
1 parent 27a6b7b commit 6044aee
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.1
uses: KyleMayes/install-llvm-action@v2.0.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/install-llvm-action@v2.0.1
uses: KyleMayes/install-llvm-action@v2.0.2
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.1
uses: KyleMayes/install-llvm-action@v2.0.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/install-llvm-action@v2.0.1
uses: KyleMayes/install-llvm-action@v2.0.2
with:
version: "15.0"
- uses: dtolnay/rust-toolchain@master
Expand Down

0 comments on commit 6044aee

Please sign in to comment.