Skip to content

Commit 58dd877

Browse files
committed
Install goat
1 parent 63de26f commit 58dd877

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/build-rfc.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,11 @@ jobs:
2323
key: webdav-push.mkd
2424

2525
- name: Install packages
26-
run: sudo gem install kramdown-rfc && sudo apt-get install --no-install-recommends -y xml2rfc
26+
run: >
27+
sudo apt-get install --no-install-recommends -y golang-go xml2rfc
28+
sudo gem install kramdown-rfc
29+
sudo pip3 install svgcheck --break-system-packages
30+
go install github.com/blampe/goat/cmd/goat@latest
2731
2832
- name: Prepare output directory
2933
run: mkdir build

0 commit comments

Comments
 (0)