Skip to content

Commit

Permalink
chore: ci: instruct setup-chrome action to install dependencies
Browse files Browse the repository at this point in the history
This may be required due to us hosting our own runner.
  • Loading branch information
istankovic committed Feb 13, 2025
1 parent 15b0973 commit aa515f0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/bindings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit aa515f0

Please sign in to comment.