Skip to content

Commit 9f06f47

Browse files
committed
Adjust circleci config 2
1 parent 2a6b9b2 commit 9f06f47

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.circleci/config.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,9 @@ jobs:
2424
node -p "require('./package').version" > ~/artifacts/pkg-version
2525
2626
# - run: sudo apt-get install -qq libgl-dev xorg-dev libgl1-mesa-dev
27-
- run: sudo apt-get update
28-
- run: sudo apt-get install -qq libwayland-dev libgles2-mesa-dev
27+
# - run: sudo apt-get update
28+
# - run: sudo apt-get install -qq libwayland-dev
29+
# - run: sudo apt-get install -qq libgles2-mesa-dev
2930
- run: npm ci
3031
- run: npm run build
3132

0 commit comments

Comments
 (0)