Skip to content

Commit 456d770

Browse files
committed
merge #4611 into opencontainers/runc:release-1.2
Kir Kolyshkin (1): CI: fix criu-dev compile LGTMs: rata cyphar
2 parents 2a42461 + bb445c1 commit 456d770

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)