We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 049d4c6 commit 09980a4Copy full SHA for 09980a4
1 file changed
.github/workflows/sanitizers.yaml
@@ -92,6 +92,7 @@ jobs:
92
cd php/
93
# GitHub source archives don't include ./configure, generate it
94
if [ ! -f ./configure ]; then
95
+ sudo apt-get install -y re2c
96
./buildconf -f
97
fi
98
./configure \
0 commit comments