Skip to content

Commit 27e988f

Browse files
Bump KyleMayes/install-llvm-action from 2.0.2 to 2.0.3
Bumps [KyleMayes/install-llvm-action](https://github.com/kylemayes/install-llvm-action) from 2.0.2 to 2.0.3. - [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.2...v2.0.3) --- 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]>
1 parent df9a00b commit 27e988f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/coreaudio-sys.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
steps:
1111
- uses: actions/checkout@v4
1212
- name: Install LLVM and Clang
13-
uses: KyleMayes/[email protected].2
13+
uses: KyleMayes/[email protected].3
1414
with:
1515
version: "15.0"
1616
- uses: dtolnay/rust-toolchain@master
@@ -37,7 +37,7 @@ jobs:
3737
targets: ${{ matrix.target }}
3838

3939
- name: Install LLVM and Clang
40-
uses: KyleMayes/[email protected].2
40+
uses: KyleMayes/[email protected].3
4141
with:
4242
version: "15.0"
4343

@@ -53,7 +53,7 @@ jobs:
5353
steps:
5454
- uses: actions/checkout@v4
5555
- name: Install LLVM and Clang
56-
uses: KyleMayes/[email protected].2
56+
uses: KyleMayes/[email protected].3
5757
with:
5858
version: "15.0"
5959
- uses: dtolnay/rust-toolchain@master
@@ -72,7 +72,7 @@ jobs:
7272
steps:
7373
- uses: actions/checkout@v4
7474
- name: Install LLVM and Clang
75-
uses: KyleMayes/[email protected].2
75+
uses: KyleMayes/[email protected].3
7676
with:
7777
version: "15.0"
7878
- uses: dtolnay/rust-toolchain@master

0 commit comments

Comments
 (0)