Skip to content

Commit

Permalink
fix: use non-interactive debian frontend in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
lengau committed Nov 18, 2024
1 parent 2d9d8db commit 887731a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions common.mk
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ DOCS=docs
ifneq ($(OS),Windows_NT)
OS := $(shell uname)
endif
ifneq ($(CI),)
export DEBIAN_FRONTEND := noninteractive
endif

.DEFAULT_GOAL := help

Expand Down

0 comments on commit 887731a

Please sign in to comment.