Fixes for CI

This commit is contained in:
Anmol Sethi 2020-05-18 22:43:31 -04:00
parent 8b329caf0e
commit aa87270148
No known key found for this signature in database
GPG Key ID: 8CEF1878FF10ADEB
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
name: ci
on: [push, pull_request]
on: [push]
jobs:
fmt:

View File

@ -24,7 +24,7 @@ RUN apt-get install -y build-essential \
RUN apt-get install -y gettext-base
# Misc build dependencies.
RUN apt-get install -y git rsync
RUN apt-get install -y git rsync unzip
# We need latest jq from debian buster for date support.
RUN ARCH="$(dpkg --print-architecture)" && \