Skip to content

Commit

Permalink
Bump KyleMayes/install-llvm-action from 2.0.4 to 2.0.5
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.4 to 2.0.5.
- [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.4...v2.0.5)

---
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 and sk1p committed Sep 10, 2024
1 parent 78acdc0 commit a00d8f2
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/[email protected].4
uses: KyleMayes/[email protected].5
# 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, libertem_asi_mpx3, 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/[email protected].4
uses: KyleMayes/[email protected].5
# if: matrix.config.os == 'windows-latest'
with:
version: "14.0"
Expand Down

0 comments on commit a00d8f2

Please sign in to comment.