Skip to content

Commit 18b6846

Browse files
committed
ci: Run
1 parent cdfc7f2 commit 18b6846

File tree

2 files changed

+9
-4
lines changed

2 files changed

+9
-4
lines changed

.github/workflows/test.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ concurrency:
66

77
on:
88
push:
9-
branches: ["master"]
9+
branches: ["main"]
1010
pull_request:
11-
branches: ["master"]
11+
branches: ["main"]
1212

1313
jobs:
1414
build-and-test:

README.md

+7-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,13 @@ PHP extension for compiling Typst documents
44

55
## Development
66

7-
### Install dev version of PHP
7+
### Install deps
8+
9+
```sh
10+
sudo apt install bison re2c llvm clang libclang-dev
11+
```
12+
13+
### Install deps and dev version of PHP
814

915
```sh
1016
sudo apt install php-dev
@@ -15,7 +21,6 @@ OR
1521
### Build PHP from source at `$HOME/build/php`
1622

1723
```sh
18-
sudo apt install bison re2c llvm clang libclang-dev
1924
git clone https://github.com/php/php-src.git
2025
cd php-src
2126
git checkout PHP-8.3

0 commit comments

Comments
 (0)