Skip to content

Commit 7776ea0

Browse files
authored
Update main.yml
1 parent 55cec25 commit 7776ea0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -362,8 +362,8 @@ jobs:
362362
timeout-minutes: 30
363363
steps:
364364
- uses: actions/checkout@v4
365-
#- name: install dependencies
366-
# run: sudo apt-get update && sudo apt-get install -y chromium-browser
365+
- name: install dependencies
366+
run: sudo apt-get update && sudo apt-get install -y chromium-browser
367367
- name: Set node version
368368
uses: actions/setup-node@v4
369369
with:

0 commit comments

Comments
 (0)