Skip to content

Commit

Permalink
ci: remove purge command
Browse files Browse the repository at this point in the history
  • Loading branch information
insertish committed Dec 22, 2024
1 parent c2a0ab7 commit 6448af0
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,6 @@ jobs:
# Configure build environment
- name: Checkout
uses: actions/checkout@v3
- name: Fix https://github.com/actions/runner-images/issues/9959
run: sudo apt-get autopurge -y needrestart
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2

Expand Down Expand Up @@ -69,8 +67,6 @@ jobs:
# Configure build environment
- name: Checkout
uses: actions/checkout@v3
- name: Fix https://github.com/actions/runner-images/issues/9959
run: sudo apt-get autopurge -y needrestart
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2

Expand Down

0 comments on commit 6448af0

Please sign in to comment.