diff --git a/.github/workflows/main-0.0.2.yml b/.github/workflows/main-0.0.2.yml index 9ba19cf..806576d 100644 --- a/.github/workflows/main-0.0.2.yml +++ b/.github/workflows/main-0.0.2.yml @@ -39,12 +39,12 @@ jobs: with: crate: iroga version: 0.1.2 - - name: Install iroga from crates.io + - name: Install xmlint uses: baptiste0928/cargo-install@v3 with: crate: xmllint - git: https://github.com/typomedia/xmllint - tag: v1.0.0 + git: https://github.com/dotaxis/xmllint + commit: c28b413d3f9c73a3a343523e9a806962b56b1d1d - name: Checkout uses: actions/checkout@v4.1.0 - name: Prepare Env diff --git a/.github/workflows/prepare.ps1 b/.github/workflows/prepare.ps1 index a70c54c..d0ae0eb 100644 --- a/.github/workflows/prepare.ps1 +++ b/.github/workflows/prepare.ps1 @@ -21,7 +21,7 @@ $modXmlPath = ".\src\mod.xml" # Lint XML file Write-Output "Linting $modXmlPath..." -xmllint $modXmlPath +xmllint --noout $modXmlPath # Update Mod version $modVersion = $env:_BUILD_VERSION