Skip to content

Commit 977451c

Browse files
Issue #2 : Github Actions.
1 parent 9d21314 commit 977451c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build-packages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ jobs:
100100
- name: Test DEB
101101
if: matrix.type == 'deb'
102102
run: |
103-
docker run --rm -v $PWD/pkg:/pkg ubuntu:22.04 bash -c "
103+
docker run --rm -v $PWD/pkg:/pkg -e DEBIAN_FRONTEND=noninteractive ubuntu:22.04 bash -c "
104104
# Install PostgreSQL repository
105105
apt-get update
106106
apt-get install -y wget gnupg2 lsb-release

0 commit comments

Comments
 (0)