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.
1 parent 2a42461 commit bb445c1Copy full SHA for bb445c1
.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