Skip to content

Commit

Permalink
ci/exposé: pin pandoc version
Browse files Browse the repository at this point in the history
  • Loading branch information
LinqLover committed Oct 10, 2023
1 parent 453d02a commit 41fb64a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/exposé.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,9 @@ jobs:
with:
run: |
# Install dependencies
apk add "pandoc<3.0" python3 py3-pip python3-dev build-base gcc linux-headers
apk add python3 py3-pip python3-dev build-base gcc linux-headers
# https://github.com/tomduck/pandoc-fignos/issues/105
wget https://github.com/jgm/pandoc/releases/download/2.19.2/pandoc-2.19.2-linux-amd64.tar.gz && tar -xzvf pandoc-2.19.2-linux-amd64.tar.gz && mv pandoc-2.19.2/bin/* /usr/local/bin/ && rm -rf pandoc-2.19.2-linux-amd64.tar.gz pandoc-2.19.2
cd docs/exposé
Expand Down

0 comments on commit 41fb64a

Please sign in to comment.