Skip to content

Commit

Permalink
Bump KyleMayes/install-llvm-action from 1.9.0 to 2.0.0
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.9.0 to 2.0.0.
- [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.9.0...v2.0.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and sk1p committed Apr 2, 2024
1 parent fa12d16 commit 4e8953a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
crate: [libertem_dectris, libertem_asi_tpx3]
steps:
- name: Install LLVM and Clang # required for bindgen to work, see https://github.com/rust-lang/rust-bindgen/issues/1797
uses: KyleMayes/install-llvm-action@v1.9.0
uses: KyleMayes/install-llvm-action@v2.0.0
# if: matrix.config.os == 'windows-latest'
with:
version: "14.0"
Expand Down Expand Up @@ -96,7 +96,7 @@ jobs:
crate: [libertem_dectris, libertem_asi_tpx3, ipc_test]
steps:
- name: Install LLVM and Clang # required for bindgen to work, see https://github.com/rust-lang/rust-bindgen/issues/1797
uses: KyleMayes/install-llvm-action@v1.9.0
uses: KyleMayes/install-llvm-action@v2.0.0
# if: matrix.config.os == 'windows-latest'
with:
version: "14.0"
Expand Down

0 comments on commit 4e8953a

Please sign in to comment.