Skip to content

Commit

Permalink
ci: Use moby-* packages instead of (removed) docker
Browse files Browse the repository at this point in the history
  • Loading branch information
jajik committed Jan 9, 2025
1 parent bc611bb commit 1959fea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@ jobs:
- name: Setup dependencies
run: |
sudo apt-get update -y
sudo apt-get install -y docker maven git curl iproute2 wcstools
sudo apt-get install -y moby-engine moby-cli maven git curl iproute2 wcstools
cd test
sh setup-dependencies.sh
- name: Print network environment
Expand Down

0 comments on commit 1959fea

Please sign in to comment.