Skip to content

Commit

Permalink
Install fake pandoc
Browse files Browse the repository at this point in the history
Signed-off-by: Arthit Suriyawongkul <arthit@gmail.com>
  • Loading branch information
bact authored Sep 6, 2024
1 parent 8a4f4fe commit a5de8fb
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/publish_v3.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,10 +53,11 @@ jobs:
- name: Install pre-requisites for spec-parser
run: pip install -r spec-parser/requirements.txt
- name: Install pandoc (required by spec-parser to generate Tex)
run: |
wget -q -O __pandoc.deb $PANDOC_DEB_URL
dpkg --no-triggers -i __pandoc.deb
rm __pandoc.deb
run: (echo /bin/sh; echo exit 0) > pandoc ; chmod +x pandoc
# run: |
# wget -q -O __pandoc.deb $PANDOC_DEB_URL
# dpkg --no-triggers -i __pandoc.deb
# rm __pandoc.deb
- name: Build model files and print the output for inspection
run: |
python3 spec-parser/main.py spdx-3-model/model $PARSER_OUT_BASE_DIR
Expand Down

0 comments on commit a5de8fb

Please sign in to comment.