Skip to content

Commit

Permalink
don't mess with me
Browse files Browse the repository at this point in the history
  • Loading branch information
Vovke committed Oct 31, 2024
1 parent 9bc76b3 commit 4e322c6
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions .github/workflows/kalatori-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,16 +56,15 @@ jobs:
cargo build
nohup cargo r &
- name: Clean package cache and fix dependencies
- name: Purge conflicting containerd package
run: |
sudo apt-get clean
sudo apt-get update --fix-missing
sudo apt-get install -f
sudo apt-get purge -y containerd
sudo apt-get autoremove -y
- name: Remove conflicting packages
- name: Update package index and fix dependencies
run: |
sudo apt-get remove -y containerd
sudo apt-get autoremove -y
sudo apt-get update --fix-missing
sudo apt-get install -f
- name: Install Docker
run: |
Expand Down

0 comments on commit 4e322c6

Please sign in to comment.