Skip to content

Commit 76a6b55

Browse files
committed
llvm14
1 parent 7de4025 commit 76a6b55

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ env:
2222
CARGO_TERM_COLOR: always
2323
RUST_BACKTRACE: "1"
2424
RUSTFLAGS: "-D warnings"
25-
LLVM_CONFIG_PATH: llvm-config-18
25+
LLVM_CONFIG_PATH: llvm-config-14
2626

2727
jobs:
2828
required:
@@ -62,7 +62,7 @@ jobs:
6262

6363
- name: Install libclang for Linux
6464
if: matrix.os == 'ubuntu-22.04'
65-
run: sudo apt-get install -y llvm-18-dev libclang-18-dev
65+
run: sudo apt-get install -y llvm-14-dev libclang-14-dev
6666

6767
- name: Setup libclang for Macos
6868
if: matrix.os == 'macos-14'

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ env:
1919
CARGO_TERM_COLOR: always
2020
RUST_BACKTRACE: "1"
2121
RUSTFLAGS: "-D warnings"
22-
LLVM_CONFIG_PATH: llvm-config-18
22+
LLVM_CONFIG_PATH: llvm-config-14
2323
CARGO_REGISTRY_TOKEN: ${{ secrets.CARGO_REGISTRY_TOKEN }}
2424

2525
jobs:
@@ -32,7 +32,7 @@ jobs:
3232
uses: actions/checkout@v2
3333

3434
- name: Install libclang
35-
run: sudo apt-get install -y llvm-18-dev libclang-18-dev
35+
run: sudo apt-get install -y llvm-14-dev libclang-14-dev
3636

3737
- name: Setup PHP
3838
uses: shivammathur/setup-php@v2

0 commit comments

Comments
 (0)