Skip to content

Commit 50936df

Browse files
committed
no longer need chromium
1 parent ed5b93e commit 50936df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-book.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939

4040
- name: Install missing system dependencies
4141
if: runner.os == 'Linux'
42-
run: sudo apt-get install -y libgtk2.0-dev asymptote chromium-browser
42+
run: sudo apt-get install -y libgtk2.0-dev asymptote
4343

4444
- name: Build Gitbook
4545
if: github.event_name == 'pull_request'

0 commit comments

Comments
 (0)