Skip to content

Commit

Permalink
Bump KyleMayes/install-llvm-action from 1.8.1 to 1.8.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 1.8.1 to 1.8.2.
- [Release notes](https://github.com/kylemayes/install-llvm-action/releases)
- [Commits](KyleMayes/install-llvm-action@v1.8.1...v1.8.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] authored Jul 3, 2023
1 parent 06c7e99 commit 12a775f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:

- name: Install LLVM and Clang
if: startsWith(matrix.os, 'windows')
uses: KyleMayes/install-llvm-action@v1.8.1
uses: KyleMayes/install-llvm-action@v1.8.2
with:
version: "13.0"
directory: ${{ runner.temp }}/llvm
Expand Down

0 comments on commit 12a775f

Please sign in to comment.