We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2a42461 + bb445c1 commit 456d770Copy full SHA for 456d770
.github/workflows/test.yml
@@ -122,7 +122,7 @@ jobs:
122
if: ${{ matrix.criu != '' }}
123
run: |
124
sudo apt -qy install \
125
- libcap-dev libnet1-dev libnl-3-dev \
+ libcap-dev libnet1-dev libnl-3-dev uuid-dev \
126
libprotobuf-c-dev libprotobuf-dev protobuf-c-compiler protobuf-compiler
127
git clone https://github.com/checkpoint-restore/criu.git ~/criu
128
(cd ~/criu && git checkout ${{ matrix.criu }} && sudo make install-criu)
0 commit comments