Merge pull request #4609 from kolyshkin/fix-criu-cc

CI: fix criu-dev compile
This commit is contained in:
Akihiro Suda
2025-02-05 07:56:07 +09:00
committed by GitHub
+1 -1
View File
@@ -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)