Skip to content

Commit 44cdbfb

Browse files
author
ace411
committed
ci: modify directive permissions
1 parent 2e479bf commit 44cdbfb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- name: Run tests
2121
run: |
2222
git clone https://github.com/markreedz/mrloop.git mrloop && \
23-
git clone https://github.com/axboe/liburing.git liburing && cd liburing && make && make install && \
23+
git clone https://github.com/axboe/liburing.git liburing && cd liburing && make && sudo make install && \
2424
cd ../ && git clone https://github.com/h2o/picohttpparser.git picohttp && \
2525
phpize && ./configure --with-mrloop="$(pwd)/mrloop" --with-picohttp="$(pwd)/picohttp" && \
2626
make && make test

0 commit comments

Comments
 (0)