diff --git a/.github/workflows/publish_v3.yml b/.github/workflows/publish_v3.yml index a50d8e16d..c143b3033 100644 --- a/.github/workflows/publish_v3.yml +++ b/.github/workflows/publish_v3.yml @@ -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