From 1621e08fa04fbadd84660c32d186ce8d6611adc4 Mon Sep 17 00:00:00 2001 From: Zach Bloomquist Date: Thu, 25 Jun 2020 16:23:43 -0400 Subject: [PATCH] for now, install libgbm-dev at ci time see https://github.com/cypress-io/cypress-docker-images/pull/332 --- circle.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/circle.yml b/circle.yml index 78bdc0822f41..6c458613c970 100644 --- a/circle.yml +++ b/circle.yml @@ -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 update && apt-get install libgbm-dev - run: name: Create new NPM package working_directory: test-binary