Skip to content

Commit 9d7e359

Browse files
Bump KyleMayes/install-llvm-action from 1 to 2
Bumps [KyleMayes/install-llvm-action](https://github.com/kylemayes/install-llvm-action) from 1 to 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@v1...v2) --- updated-dependencies: - dependency-name: KyleMayes/install-llvm-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 3b206e7 commit 9d7e359

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/wheels.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -302,7 +302,7 @@ jobs:
302302
303303
- name: Install Clang
304304
if: runner.os == 'Windows'
305-
uses: KyleMayes/install-llvm-action@v1
305+
uses: KyleMayes/install-llvm-action@v2
306306
with:
307307
version: '15.0'
308308
directory: ${RUNNER_TOOL_CACHE}

0 commit comments

Comments
 (0)