We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f49ac63 commit 89d14aaCopy full SHA for 89d14aa
.github/workflows/premerge.yaml
@@ -24,7 +24,8 @@ jobs:
24
fetch-depth: 2
25
- name: Setup system deps
26
run: |
27
- DEBIAN_FRONTEND=noninteractive apt-get update && apt-get install -y ccache python3 python3-pip file tzdata
+ apt-get update
28
+ DEBIAN_FRONTEND=noninteractive apt-get install -y ccache python3 python3-pip file tzdata
29
- name: Build and Test
30
31
git config --global --add safe.directory '*'
0 commit comments