File tree Expand file tree Collapse file tree 1 file changed +6
-11
lines changed Expand file tree Collapse file tree 1 file changed +6
-11
lines changed Original file line number Diff line number Diff line change 22
22
CARGO_TERM_COLOR : always
23
23
RUST_BACKTRACE : " 1"
24
24
RUSTFLAGS : " -D warnings"
25
- LLVM_CONFIG_PATH : llvm-config-14
25
+ # LLVM_CONFIG_PATH: llvm-config-16
26
26
27
27
jobs :
28
28
required :
29
29
name : Required
30
30
needs :
31
31
- ci
32
- runs-on : ubuntu-20.04
32
+ runs-on : ubuntu-latest
33
33
steps :
34
34
- name : Check results
35
35
run : |
@@ -54,22 +54,17 @@ jobs:
54
54
with :
55
55
fetch-depth : 0
56
56
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
61
61
62
62
- name : Setup PHP
63
63
uses : shivammathur/setup-php@v2
64
64
with :
65
65
php-version : ${{ matrix.php-version }}
66
66
tools : php-config,composer
67
67
68
- - name : Install LLVM and Clang
69
- uses : KyleMayes/install-llvm-action@v1
70
- with :
71
- version : " 16.0"
72
-
73
68
- name : Setup php-fpm
74
69
run : |
75
70
sudo apt-get install -y php${{ matrix.php-version }}-fpm
You can’t perform that action at this time.
0 commit comments