Skip to content

Commit 197cc9b

Browse files
authored
Merge branch 'main' into feat/fork-support
2 parents 91546cd + 9457da6 commit 197cc9b

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/pgo-profile.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ on:
1515
- "frankenphp.c"
1616
- "profiles/**"
1717
- ".github/workflows/pgo-profile.yaml"
18-
workflow_dispatch:
1918
permissions:
2019
contents: write
2120
pull-requests: write
@@ -56,7 +55,7 @@ jobs:
5655
- name: Set CGO flags
5756
run: echo "CGO_CFLAGS=-I${PWD}/watcher/target/include $(php-config --includes)" >> "${GITHUB_ENV}"
5857
- name: Install wrk
59-
run: sudo apt-get update && sudo apt-get install -y wrk
58+
run: sudo apt-get update && sudo apt-get install -y wrk && sudo apt-get install --reinstall -y libbrotli-dev
6059
- name: Generate profile
6160
run: ./profiles/build-pgo.sh
6261
- name: Show pprof summary

0 commit comments

Comments
 (0)