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 63de26f commit 58dd877Copy full SHA for 58dd877
.github/workflows/build-rfc.yml
@@ -23,7 +23,11 @@ jobs:
23
key: webdav-push.mkd
24
25
- name: Install packages
26
- run: sudo gem install kramdown-rfc && sudo apt-get install --no-install-recommends -y xml2rfc
+ 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
31
32
- name: Prepare output directory
33
run: mkdir build
0 commit comments