Skip to content

Commit c8a79e1

Browse files
committed
Adjust circleci config 7
1 parent 7f2895b commit c8a79e1

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.circleci/config.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,10 @@ jobs:
2323
mkdir -p ~/artifacts
2424
node -p "require('./package').version" > ~/artifacts/pkg-version
2525
26-
# - run: sudo apt-get install -qq libgl-dev xorg-dev libgl1-mesa-dev
2726
- run: sudo apt-get update
2827
- run: sudo apt-get install -qq libwayland-dev
29-
- run: ps aux | grep xvfb
30-
- run: sudo apt-get install -qq libgles2-mesa-dev
28+
- run: sudo NEEDRESTART_MODE=a apt-get install -qq libgles2-mesa-dev
29+
3130
- run: npm ci
3231
- run: npm run build
3332

0 commit comments

Comments
 (0)