Skip to content

Commit c0b5fa3

Browse files
committed
Remove unnecessary package installations from Chrome headless shell setup
1 parent 122fe00 commit c0b5fa3

File tree

1 file changed

+0
-4
lines changed
  • .github/actions/setup-chrome-headless-shell

1 file changed

+0
-4
lines changed

.github/actions/setup-chrome-headless-shell/action.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,6 @@ runs:
1818
CHROME_VERSION: ${{ inputs.chrome-version }}
1919
run: |
2020
if [ -n "$CHROME_VERSION" ]; then
21-
sudo apt-get update
22-
sudo apt-get -y install libu2f-udev
23-
sudo apt-get -y install dbus
24-
2521
echo "version to install: $CHROME_VERSION"
2622
CHROME_BIN=`npx @puppeteer/browsers install chrome-headless-shell@$CHROME_VERSION | awk '{print $2}'`
2723
chmod +x $CHROME_BIN

0 commit comments

Comments
 (0)