Skip to content

Commit

Permalink
LLVM version back to 18 (there was a different issue)
Browse files Browse the repository at this point in the history
  • Loading branch information
vcfxb committed Mar 18, 2024
1 parent 0cfa4fb commit f4ed3b2
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/cargo-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
llvm-major-version: ["17"]
llvm-major-version: ["18"]

runs-on: ${{ matrix.os }}

Expand All @@ -29,7 +29,7 @@ jobs:
wget https://apt.llvm.org/llvm.sh
chmod +x llvm.sh
sudo ./llvm.sh ${{ matrix.llvm-major-version }}
sudo apt install libpolly-17-dev libz-dev
sudo apt install libpolly-${{ matrix.llvm-major-version }}-dev libz-dev
- id: cache-llvm-src
name: Cache LLVM ${{ matrix.llvm-major-version }} source tree (Mac & Windows)
Expand Down Expand Up @@ -83,6 +83,7 @@ jobs:
- name: Get the LLVM version
run: llvm-config --version
continue-on-error: true

- name: Checkout Wright source
uses: actions/checkout@v4
Expand Down

0 comments on commit f4ed3b2

Please sign in to comment.