Skip to content

Commit e19ec9e

Browse files
Remove installing things
1 parent 7c9b0e0 commit e19ec9e

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/premerge.yaml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,6 @@ jobs:
2222
uses: actions/checkout@v4
2323
with:
2424
fetch-depth: 2
25-
- name: Setup system deps
26-
run: |
27-
apt-get update
28-
DEBIAN_FRONTEND=noninteractive apt-get install -y ccache python3 python3-pip file tzdata
2925
- name: Build and Test
3026
run: |
3127
git config --global --add safe.directory '*'

0 commit comments

Comments
 (0)