Skip to content

Commit

Permalink
merge #4611 into opencontainers/runc:release-1.2
Browse files Browse the repository at this point in the history
Kir Kolyshkin (1):
  CI: fix criu-dev compile

LGTMs: rata cyphar
  • Loading branch information
cyphar committed Feb 5, 2025
2 parents 2a42461 + bb445c1 commit 456d770
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 456d770

Please sign in to comment.