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

Commit

Permalink
whereismygod
Browse files Browse the repository at this point in the history
  • Loading branch information
yjm080821 committed Aug 26, 2024
1 parent 2974e2c commit 646ce2d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/azure-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,12 @@ 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
run: |
sudo apt-get update
Expand Down

0 comments on commit 646ce2d

Please sign in to comment.