Skip to content

Commit

Permalink
this war is not over
Browse files Browse the repository at this point in the history
  • Loading branch information
Vovke committed Oct 31, 2024
1 parent 4e322c6 commit 485ef80
Showing 1 changed file with 1 addition and 18 deletions.
19 changes: 1 addition & 18 deletions .github/workflows/kalatori-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,26 +56,9 @@ jobs:
cargo build
nohup cargo r &
- name: Purge conflicting containerd package
run: |
sudo apt-get purge -y containerd
sudo apt-get autoremove -y
- name: Update package index and fix dependencies
run: |
sudo apt-get update --fix-missing
sudo apt-get install -f
- name: Install Docker
run: |
sudo apt-get update
sudo apt-get install -y docker.io
sudo systemctl start docker
sudo systemctl enable docker
- name: Install Docker Compose
run: |
sudo curl -L "https://github.com/docker/compose/releases/download/1.29.2/docker-compose-$(uname -s)-$(uname -m)" -o /usr/local/bin/docker-compose
sudo curl -L "https://github.com/docker/compose/releases/download/v2.30.1/docker-compose-$(uname -s)-$(uname -m)" -o /usr/local/bin/docker-compose
sudo chmod +x /usr/local/bin/docker-compose
docker-compose --version
Expand Down

0 comments on commit 485ef80

Please sign in to comment.