Skip to content
This repository was archived by the owner on Apr 28, 2025. It is now read-only.

Commit d3d3597

Browse files
committed
.github/workflows/publish.yml: fix publish scripts
Signed-off-by: Huang Rui <vowstar@gmail.com>
1 parent 820f12c commit d3d3597

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/publish.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,11 @@ jobs:
1010
build:
1111
runs-on: ubuntu-latest
1212
steps:
13+
- name: Install dependencies (Ubuntu)
14+
if: runner.os == 'Linux'
15+
run: |-
16+
sudo apt-get update
17+
sudo apt-get install -y default-jre graphviz
1318
- uses: actions/checkout@v3
1419
- name: Publish to npm
1520
uses: actions/setup-node@v3

0 commit comments

Comments
 (0)