Skip to content

Commit 92f3246

Browse files
committed
CI: fix Circle CI tests
The Docker image has improved and no longer sets the `DEBIAN_FRONTEND` variable, so it has to be set when running `apt-get install`.
1 parent 02cc03a commit 92f3246

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.circleci/config.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ jobs:
99
- checkout
1010
- run: |
1111
apt-get -q --no-allow-insecure-repositories update && \
12+
DEBIAN_FRONTEND=noninteractive \
1213
apt-get install --assume-yes --no-install-recommends \
1314
aspell \
1415
aspell-fr \

0 commit comments

Comments
 (0)