Skip to content

Commit a052b63

Browse files
committed
fix missing libnss3_3.42.1-1+deb10u3_amd64.deb file
1 parent e0a5f13 commit a052b63

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.circleci/config.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -293,7 +293,9 @@ jobs:
293293
command: .circleci/env_image.sh
294294
- run:
295295
name: Install poppler-utils to have pdftops for exporting eps
296-
command: sudo apt-get install poppler-utils
296+
command: |
297+
sudo apt-get update --allow-releaseinfo-change
298+
sudo apt-get install poppler-utils
297299
- run:
298300
name: Create svg, jpg, jpeg, webp, pdf and eps files
299301
command: python3 test/image/make_exports.py

0 commit comments

Comments
 (0)