Commit 6bd3d3b
committed
ci: implement a (temporary) workaround to help switching to
We want to switch from using `asciidoctor-extensions` to using regular
`asciidoctor` instead (the custom macros are no longer needed).
To that end, we want to install `mingw-w64-asciidoctor`, but that would fail due
to a conflict with the `mingw-w64-asciidoctor-extensions` package:
error: failed to commit transaction (conflicting files)
mingw-w64-x86_64-asciidoctor: /mingw64/bin/asciidoctor exists in filesystem
Let's work around that by explicitly removing the latter package as
needed.
Signed-off-by: Johannes Schindelin <[email protected]>asciidoctor
1 parent e51348a commit 6bd3d3b
1 file changed
+9
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
59 | 59 | | |
60 | 60 | | |
61 | 61 | | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
62 | 71 | | |
63 | 72 | | |
64 | 73 | | |
| |||
0 commit comments