Skip to content

Commit

Permalink
you scare me not
Browse files Browse the repository at this point in the history
  • Loading branch information
Vovke committed Oct 31, 2024
1 parent 3664c6d commit 9bc76b3
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion .github/workflows/kalatori-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,17 @@ jobs:
cargo build
nohup cargo r &
# Add Docker and Docker Compose installation steps
- name: Clean package cache and fix dependencies
run: |
sudo apt-get clean
sudo apt-get update --fix-missing
sudo apt-get install -f
- name: Remove conflicting packages
run: |
sudo apt-get remove -y containerd
sudo apt-get autoremove -y
- name: Install Docker
run: |
sudo apt-get update
Expand Down

0 comments on commit 9bc76b3

Please sign in to comment.