Skip to content

Commit

Permalink
Update apt install to be non-interactive.
Browse files Browse the repository at this point in the history
  • Loading branch information
JackOfMostTrades committed Oct 1, 2024
1 parent 78339c4 commit 8c78fb8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ commands:
steps:
- checkout
- run:
command: sudo apt-get update && sudo apt-get install build-essential gcc g++ cmake libcurl4-openssl-dev libssl-dev libopencryptoki-dev libjson-c-dev libp11-kit-dev
command: sudo apt-get update && sudo bash -c 'DEBIAN_FRONTEND=noninteractive apt-get install build-essential gcc g++ cmake libcurl4-openssl-dev libssl-dev libopencryptoki-dev libjson-c-dev libp11-kit-dev'
- restore_cache:
key: aws-sdk-cpp-1.9.332-{{arch}}
- run:
Expand Down

0 comments on commit 8c78fb8

Please sign in to comment.