Skip to content

Commit 85d1057

Browse files
committed
Setup llvm-10-dev.
1 parent 042d044 commit 85d1057

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
uses: actions/checkout@v2
3535

3636
- name: Install libclang
37-
run: sudo apt-get install -y libclang-10-dev
37+
run: sudo apt-get install -y llvm-10-dev libclang-10-dev
3838

3939
- name: Setup PHP
4040
uses: shivammathur/setup-php@v2

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ A library that allows us to write PHP extensions using pure Rust and using safe
5353

5454
```bash
5555
# If you are using debian like linux system:
56-
sudo apt install libclang-10-dev php-cli
56+
sudo apt install llvm-10-dev libclang-10-dev php-cli
5757
```
5858

5959
2. Create you cargo project, suppose your application is called myapp.

0 commit comments

Comments
 (0)