Skip to content

Commit 3fba418

Browse files
committed
using ubuntu pandoc package
this prevents version tracking Signed-off-by: Martin Alfke <ma@betadots.de>
1 parent 47df849 commit 3fba418

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/build.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,8 +74,7 @@ jobs:
7474
bundler-cache: true
7575
- name: Install pandoc
7676
run: |
77-
curl -sLO https://github.com/jgm/pandoc/releases/download/3.9.0.2/pandoc-3.9.0.2-1-amd64.deb
78-
sudo dpkg -i pandoc-3.9.0.2-1-amd64.deb
77+
sudo apt install -y pandoc
7978
- name: Build website
8079
run: |
8180
bundle exec rake references:openfact INSTALLPATH=docs

0 commit comments

Comments
 (0)