We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 55cec25 commit 7776ea0Copy full SHA for 7776ea0
.github/workflows/main.yml
@@ -362,8 +362,8 @@ jobs:
362
timeout-minutes: 30
363
steps:
364
- uses: actions/checkout@v4
365
- #- name: install dependencies
366
- # run: sudo apt-get update && sudo apt-get install -y chromium-browser
+ - name: install dependencies
+ run: sudo apt-get update && sudo apt-get install -y chromium-browser
367
- name: Set node version
368
uses: actions/setup-node@v4
369
with:
0 commit comments