Skip to content

Commit

Permalink
Bump KyleMayes/install-llvm-action from 1.8.3 to 1.9.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.8.3 to 1.9.0.
- [Release notes](https://github.com/kylemayes/install-llvm-action/releases)
- [Commits](KyleMayes/install-llvm-action@v1.8.3...v1.9.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and sk1p committed Oct 16, 2023
1 parent c6a00fd commit 5cab705
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.8.3
uses: KyleMayes/install-llvm-action@v1.9.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.8.3
uses: KyleMayes/install-llvm-action@v1.9.0
# if: matrix.config.os == 'windows-latest'
with:
version: "14.0"
Expand Down

0 comments on commit 5cab705

Please sign in to comment.