We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 122fe00 commit c0b5fa3Copy full SHA for c0b5fa3
.github/actions/setup-chrome-headless-shell/action.yml
@@ -18,10 +18,6 @@ runs:
18
CHROME_VERSION: ${{ inputs.chrome-version }}
19
run: |
20
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
-
25
echo "version to install: $CHROME_VERSION"
26
CHROME_BIN=`npx @puppeteer/browsers install chrome-headless-shell@$CHROME_VERSION | awk '{print $2}'`
27
chmod +x $CHROME_BIN
0 commit comments