Skip to content

Commit

Permalink
fix: xml2rfc installation on alpine
Browse files Browse the repository at this point in the history
  • Loading branch information
CAMOBAP committed Feb 20, 2024
1 parent a2e6deb commit f880bd7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/alpine.yml
Original file line number Diff line number Diff line change
Expand Up @@ -112,14 +112,14 @@ 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'
uses: metanorma/ci/xml2rfc-setup-action@main
run: pip3 install xml2rfc --break-system-packages

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

0 comments on commit f880bd7

Please sign in to comment.