Skip to content

Commit

Permalink
for now, install libgbm-dev at ci time
Browse files Browse the repository at this point in the history
  • Loading branch information
flotwig committed Jun 25, 2020
1 parent aea2159 commit f96eba7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions circle.yml
Expand Up @@ -1102,6 +1102,9 @@ jobs:
- run: mkdir test-binary
- run: node --version
- run: npm --version
# TODO: this can be removed as soon as the minimum Node version is bumped to 10
# see https://github.com/cypress-io/cypress-docker-images/pull/332
- run: apt-get install libgbm-dev
- run:
name: Create new NPM package
working_directory: test-binary
Expand Down

0 comments on commit f96eba7

Please sign in to comment.