Skip to content

Commit 49a839b

Browse files
try #3
1 parent 21bbb89 commit 49a839b

File tree

1 file changed

+6
-11
lines changed

1 file changed

+6
-11
lines changed

.github/workflows/ci.yml

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

2727
jobs:
2828
required:
2929
name: Required
3030
needs:
3131
- ci
32-
runs-on: ubuntu-20.04
32+
runs-on: ubuntu-latest
3333
steps:
3434
- name: Check results
3535
run: |
@@ -54,22 +54,17 @@ jobs:
5454
with:
5555
fetch-depth: 0
5656

57-
# - name: Setup system
58-
# run: |
59-
# sudo apt-get update && sudo apt-get upgrade -y
60-
# sudo apt-get install -y llvm-14-dev libclang-14-dev clang-14 build-essential
57+
- name: Setup system
58+
run: |
59+
sudo apt-get update && sudo apt-get upgrade -y
60+
sudo apt-get install -y llvm-14-dev libclang-14-dev clang-14 build-essential
6161
6262
- name: Setup PHP
6363
uses: shivammathur/setup-php@v2
6464
with:
6565
php-version: ${{ matrix.php-version }}
6666
tools: php-config,composer
6767

68-
- name: Install LLVM and Clang
69-
uses: KyleMayes/install-llvm-action@v1
70-
with:
71-
version: "16.0"
72-
7368
- name: Setup php-fpm
7469
run: |
7570
sudo apt-get install -y php${{ matrix.php-version }}-fpm

0 commit comments

Comments
 (0)