CI: fix apt asking questions

This commit is contained in:
oldmud0 2020-05-02 22:57:51 -05:00 committed by GitHub
parent e9940c82bd
commit 0a76100072
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -8,6 +8,9 @@ cache:
paths:
- lib/
variables:
DEBIAN_FRONTEND: noninteractive
before_script:
- echo Current working directory is $(pwd)