Skip to content

Commit

Permalink
ci: Update vcpkg and install-llvm actions (#296)
Browse files Browse the repository at this point in the history
  • Loading branch information
waywardmonkeys authored May 29, 2024
1 parent 4d8a36f commit aa58ed2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ jobs:
with:
submodules: recursive
- 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
uses: KyleMayes/install-llvm-action@v2
if: matrix.os == 'windows-latest'
with:
version: "11.0"
Expand Down Expand Up @@ -112,7 +112,7 @@ jobs:
with:
submodules: recursive
- 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
uses: KyleMayes/install-llvm-action@v2
if: matrix.os == 'windows-latest'
with:
version: "11.0"
Expand All @@ -122,7 +122,7 @@ jobs:
if: matrix.os == 'windows-latest'
- run: echo Instaling z3:${{ matrix.vcpkg_triplet }} on ${{ matrix.os }}.
- name: vcpkg build z3
uses: johnwason/vcpkg-action@v5
uses: johnwason/vcpkg-action@v6
id: vcpkg
with:
pkgs: z3
Expand Down

0 comments on commit aa58ed2

Please sign in to comment.