diff --git a/.github/workflows/benchmarks.yml b/.github/workflows/benchmarks.yml index 3b901b3..32f6ddd 100644 --- a/.github/workflows/benchmarks.yml +++ b/.github/workflows/benchmarks.yml @@ -16,9 +16,6 @@ jobs: steps: - uses: actions/checkout@v2 - - name: Install system dependencies - run: sudo apt-get install -y fonts-noto-color-emoji - - uses: actions/setup-node@v1 with: node-version: 14 @@ -40,6 +37,8 @@ jobs: if: steps.cache.outputs.cache-hit != 'true' run: | yarn --immutable --ignore-scripts + # install the chromedriver corresponding to whatever version of chrome is installed + yarn add --ignore-scripts chromedriver@^$(google-chrome --version | awk '{print $3}' | cut -d. -f1) PERF=1 yarn build:rollup ./bin/setup-benchmark.sh