From aa515f0a29071420067724725af9aec98ee3e352 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ivan=20Stankovi=C4=87?= Date: Thu, 13 Feb 2025 16:24:00 +0100 Subject: [PATCH] chore: ci: instruct setup-chrome action to install dependencies This may be required due to us hosting our own runner. --- .github/workflows/bindings.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/bindings.yml b/.github/workflows/bindings.yml index 20028dff24..96d3ad4369 100644 --- a/.github/workflows/bindings.yml +++ b/.github/workflows/bindings.yml @@ -134,6 +134,7 @@ jobs: id: setup-chrome with: chrome-version: latest + install-dependencies: true - run: | echo "CHROME_PATH=${{ steps.setup-chrome.outputs.chrome-path }}" >> $GITHUB_ENV - uses: oven-sh/setup-bun@v2