Skip to content

Commit bb445c1

Browse files
committed
CI: fix criu-dev compile
As of [1], criu requires uuid library. [1]: checkpoint-restore/criu@9a2b7d6 Signed-off-by: Kir Kolyshkin <[email protected]> (cherry picked from commit f414b53) Signed-off-by: Kir Kolyshkin <[email protected]>
1 parent 2a42461 commit bb445c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ jobs:
122122
if: ${{ matrix.criu != '' }}
123123
run: |
124124
sudo apt -qy install \
125-
libcap-dev libnet1-dev libnl-3-dev \
125+
libcap-dev libnet1-dev libnl-3-dev uuid-dev \
126126
libprotobuf-c-dev libprotobuf-dev protobuf-c-compiler protobuf-compiler
127127
git clone https://github.com/checkpoint-restore/criu.git ~/criu
128128
(cd ~/criu && git checkout ${{ matrix.criu }} && sudo make install-criu)

0 commit comments

Comments
 (0)