Skip to content

Commit

Permalink
Set DEBIAN_FRONTEND to noninteractive while installing prerequisites
Browse files Browse the repository at this point in the history
  • Loading branch information
adithyaov committed May 1, 2024
1 parent c6334b7 commit 1d822c2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ executors:

preinstall: &preinstall
run: |
export DEBIAN_FRONTEND=noninteractive
apt-get update
# For sdl build flag
apt-get install -y libsdl2-dev
Expand Down

0 comments on commit 1d822c2

Please sign in to comment.