Skip to content
This repository has been archived by the owner on Aug 28, 2024. It is now read-only.

Commit

Permalink
godisnone
Browse files Browse the repository at this point in the history
  • Loading branch information
yjm080821 committed Aug 26, 2024
1 parent 646ce2d commit 985937c
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/azure-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v4

- name: Remove conflicting containerd package
run: |
sudo apt-get remove -y containerd
sudo apt-get purge -y containerd
shell: bash

- name: Install Docker
- name: Install Docker without containerd.io
run: |
sudo apt-get update
sudo apt-get install -y docker.io
Expand Down

0 comments on commit 985937c

Please sign in to comment.