Skip to content

Commit

Permalink
fix: install xml2rfc for test pass
Browse files Browse the repository at this point in the history
  • Loading branch information
CAMOBAP committed Feb 20, 2024
1 parent 1fc6971 commit a2e6deb
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/alpine.yml
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,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-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 a2e6deb

Please sign in to comment.