We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cdfc7f2 commit 18b6846Copy full SHA for 18b6846
.github/workflows/test.yml
@@ -6,9 +6,9 @@ concurrency:
6
7
on:
8
push:
9
- branches: ["master"]
+ branches: ["main"]
10
pull_request:
11
12
13
jobs:
14
build-and-test:
README.md
@@ -4,7 +4,13 @@ PHP extension for compiling Typst documents
4
5
## Development
-### Install dev version of PHP
+### Install deps
+
+```sh
+sudo apt install bison re2c llvm clang libclang-dev
+```
+### Install deps and dev version of PHP
15
```sh
16
sudo apt install php-dev
@@ -15,7 +21,6 @@ OR
21
### Build PHP from source at `$HOME/build/php`
22
17
23
18
-sudo apt install bison re2c llvm clang libclang-dev
19
24
git clone https://github.com/php/php-src.git
20
25
cd php-src
26
git checkout PHP-8.3
0 commit comments