We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 08abd19 commit 734aa0cCopy full SHA for 734aa0c
.circleci/config.yml
@@ -18,6 +18,7 @@ jobs:
18
name: Install dependencies
19
command: |
20
export DEBIAN_FRONTEND=noninteractive
21
+ export NEEDRESTART_SUSPEND=a
22
sudo apt update && sudo apt install -y zstd
23
scripts/install-dependencies.sh
24
- run:
0 commit comments