Skip to content

Commit 0c223f4

Browse files
committed
Remove unnecessary cleanup steps in Maven installation
1 parent 92052f4 commit 0c223f4

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/deploy.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,6 @@ jobs:
2828
run: |
2929
sudo apt-get update && \
3030
sudo apt-get install -y --no-install-recommends maven && \
31-
sudo apt-get clean && \
32-
rm -rf /var/lib/apt/lists/*
3331
- name: Run Maven tests
3432
run: |
3533
# Run Maven tests

0 commit comments

Comments
 (0)