Skip to content

Commit

Permalink
Merge pull request #224 from metanorma/bugfix/install-xml2rfc
Browse files Browse the repository at this point in the history
fix: install xml2rfc for test pass
  • Loading branch information
CAMOBAP authored Feb 21, 2024
2 parents 1fc6971 + f880bd7 commit 00dedc8
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/alpine.yml
Original file line number Diff line number Diff line change
Expand Up @@ -112,12 +112,15 @@ jobs:
- name: Install packages
run: |
apk --no-cache --upgrade add git libstdc++ xz libarchive \
openjdk17-jre-headless openssl fontconfig ttf-dejavu tar
openjdk17-jre-headless openssl fontconfig ttf-dejavu tar python3 py3-pip
- uses: actions/checkout@v4

- run: rm Gemfile

- if: matrix.flavor.id == 'ietf'
run: pip3 install xml2rfc --break-system-packages

- uses: actions/download-artifact@v4
with:
name: metanorma-linux-musl-x86_64
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,9 @@ jobs:

- run: rm Gemfile

- if: matrix.flavor.id == 'ietf'
uses: metanorma/ci/xml2rfc-setup-action@main

- uses: actions/download-artifact@v4
with:
name: metanorma-darwin-x86_64
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,9 @@ jobs:

- run: rm Gemfile

- if: matrix.flavor.id == 'ietf'
uses: metanorma/ci/xml2rfc-setup-action@main

- uses: actions/download-artifact@v4
with:
name: metanorma-linux-x86_64
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,9 @@ jobs:

- run: Remove-Item Gemfile

- if: matrix.flavor.id == 'ietf'
uses: metanorma/ci/xml2rfc-setup-action@main

- uses: actions/download-artifact@v4
with:
name: metanorma-windows
Expand Down

0 comments on commit 00dedc8

Please sign in to comment.