]> Repositorios git - scryer-prolog.git/commitdiff
Use --force to install cargo2junit
authorinfogulch <[email protected]>
Sat, 22 Apr 2023 20:42:10 +0000 (15:42 -0500)
committerinfogulch <[email protected]>
Sat, 22 Apr 2023 20:42:10 +0000 (15:42 -0500)
This probably appeared now because it's the first time this tool was cached
from a previous run.

.github/workflows/ci.yml

index f44c820311049599599079bf3c99f604a5c1d059..73296baffc01b86b772d1f9fe3dc391da4781e88 100644 (file)
@@ -57,7 +57,7 @@ jobs:
       - name: Test and report
         if: matrix.extra
         run: |
-          cargo install cargo2junit
+          cargo install cargo2junit --force
           cargo test --all -- -Z unstable-options --format json --report-time | cargo2junit > cargo_test_results.xml
       - name: Publish cargo test results artifact
         if: matrix.extra