We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2e479bf commit 44cdbfbCopy full SHA for 44cdbfb
.github/workflows/ci.yml
@@ -20,7 +20,7 @@ jobs:
20
- name: Run tests
21
run: |
22
git clone https://github.com/markreedz/mrloop.git mrloop && \
23
- git clone https://github.com/axboe/liburing.git liburing && cd liburing && make && make install && \
+ git clone https://github.com/axboe/liburing.git liburing && cd liburing && make && sudo make install && \
24
cd ../ && git clone https://github.com/h2o/picohttpparser.git picohttp && \
25
phpize && ./configure --with-mrloop="$(pwd)/mrloop" --with-picohttp="$(pwd)/picohttp" && \
26
make && make test
0 commit comments