Skip to content

Commit 734aa0c

Browse files
committed
CI: Ensure Ubuntu doesn't prompt for restarts
1 parent 08abd19 commit 734aa0c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.circleci/config.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ jobs:
1818
name: Install dependencies
1919
command: |
2020
export DEBIAN_FRONTEND=noninteractive
21+
export NEEDRESTART_SUSPEND=a
2122
sudo apt update && sudo apt install -y zstd
2223
scripts/install-dependencies.sh
2324
- run:

0 commit comments

Comments
 (0)