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 5e5c8c2 commit d490ba1Copy full SHA for d490ba1
.circleci/config.yml
@@ -25,7 +25,8 @@ jobs:
25
- v1-deps
26
- run: |
27
sudo apt-get update
28
- sudo apt-get --yes install libx11-dev libxkbfile-dev
+ sudo apt-get --yes install libx11-dev libxkbfile-dev libgtk2.0-0 libgtk-3-0 libgbm-dev libnotify-dev libgconf-2-4 libnss3 libxss1 libasound2 libxtst6 xauth xvfb python-is-python3
29
+
30
# - setup_remote_docker:
31
# version: 20.10.2
32
# docker_layer_caching: false
@@ -45,7 +46,7 @@ jobs:
45
46
- run: node --version
47
- run: python --version
48
- run: docker ps
- - run: yarn
49
+ - run: yarn install --frozen-lockfile
50
- save_cache:
51
key: v1-deps-{{ .Branch }}-{{ checksum "package.json" }}
52
paths:
0 commit comments