Skip to content

Commit 89d14aa

Browse files
test
1 parent f49ac63 commit 89d14aa

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/premerge.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,8 @@ jobs:
2424
fetch-depth: 2
2525
- name: Setup system deps
2626
run: |
27-
DEBIAN_FRONTEND=noninteractive apt-get update && apt-get install -y ccache python3 python3-pip file tzdata
27+
apt-get update
28+
DEBIAN_FRONTEND=noninteractive apt-get install -y ccache python3 python3-pip file tzdata
2829
- name: Build and Test
2930
run: |
3031
git config --global --add safe.directory '*'

0 commit comments

Comments
 (0)