We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8b329ca commit aa87270Copy full SHA for aa87270
.github/workflows/ci.yaml
@@ -1,6 +1,6 @@
1
name: ci
2
3
-on: [push, pull_request]
+on: [push]
4
5
jobs:
6
fmt:
ci/container/Dockerfile
@@ -24,7 +24,7 @@ RUN apt-get install -y build-essential \
24
RUN apt-get install -y gettext-base
25
26
# Misc build dependencies.
27
-RUN apt-get install -y git rsync
+RUN apt-get install -y git rsync unzip
28
29
# We need latest jq from debian buster for date support.
30
RUN ARCH="$(dpkg --print-architecture)" && \
0 commit comments