Skip to content

Commit aa87270

Browse files
committed
Fixes for CI
1 parent 8b329ca commit aa87270

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: ci
22

3-
on: [push, pull_request]
3+
on: [push]
44

55
jobs:
66
fmt:

ci/container/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ RUN apt-get install -y build-essential \
2424
RUN apt-get install -y gettext-base
2525

2626
# Misc build dependencies.
27-
RUN apt-get install -y git rsync
27+
RUN apt-get install -y git rsync unzip
2828

2929
# We need latest jq from debian buster for date support.
3030
RUN ARCH="$(dpkg --print-architecture)" && \

0 commit comments

Comments
 (0)