Skip to content

Commit

Permalink
Bump KyleMayes/install-llvm-action from 2.0.3 to 2.0.4
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.3 to 2.0.4.
- [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.3...v2.0.4)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Aug 12, 2024
1 parent e7dafbd commit e452464
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].3
uses: KyleMayes/[email protected].4
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].3
uses: KyleMayes/[email protected].4
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].3
uses: KyleMayes/[email protected].4
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].3
uses: KyleMayes/[email protected].4
with:
version: "15.0"
- uses: dtolnay/rust-toolchain@master
Expand Down

0 comments on commit e452464

Please sign in to comment.