We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 91546cd + 9457da6 commit 197cc9bCopy full SHA for 197cc9b
1 file changed
.github/workflows/pgo-profile.yaml
@@ -15,7 +15,6 @@ on:
15
- "frankenphp.c"
16
- "profiles/**"
17
- ".github/workflows/pgo-profile.yaml"
18
- workflow_dispatch:
19
permissions:
20
contents: write
21
pull-requests: write
@@ -56,7 +55,7 @@ jobs:
56
55
- name: Set CGO flags
57
run: echo "CGO_CFLAGS=-I${PWD}/watcher/target/include $(php-config --includes)" >> "${GITHUB_ENV}"
58
- name: Install wrk
59
- run: sudo apt-get update && sudo apt-get install -y wrk
+ run: sudo apt-get update && sudo apt-get install -y wrk && sudo apt-get install --reinstall -y libbrotli-dev
60
- name: Generate profile
61
run: ./profiles/build-pgo.sh
62
- name: Show pprof summary
0 commit comments