mirror of
https://github.com/opencontainers/runc.git
synced 2026-07-11 06:03:57 +08:00
Merge pull request #4609 from kolyshkin/fix-criu-cc
CI: fix criu-dev compile
This commit is contained in:
@@ -122,7 +122,7 @@ jobs:
|
||||
if: ${{ matrix.criu != '' }}
|
||||
run: |
|
||||
sudo apt -qy install \
|
||||
libcap-dev libnet1-dev libnl-3-dev \
|
||||
libcap-dev libnet1-dev libnl-3-dev uuid-dev \
|
||||
libprotobuf-c-dev libprotobuf-dev protobuf-c-compiler protobuf-compiler
|
||||
git clone https://github.com/checkpoint-restore/criu.git ~/criu
|
||||
(cd ~/criu && git checkout ${{ matrix.criu }} && sudo make install-criu)
|
||||
|
||||
Reference in New Issue
Block a user