We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b532744 commit a066e8cCopy full SHA for a066e8c
.github/workflows/build.yml
@@ -52,12 +52,10 @@ jobs:
52
- uses: jdx/mise-action@146a28175021df8ca24f8ee1828cc2a60f980bd5 # v3.5.1
53
with:
54
version: 2025.12.12
55
- env:
+ env:
56
+ MISE_VERBOSE: 1
57
MISE_HTTP_TIMEOUT: 120
-
58
- - uses: jdx/mise-action@146a28175021df8ca24f8ee1828cc2a60f980bd5 # v3.5.1
59
- with:
60
- version: 2025.12.12
+ MISE_HTTP_RETRIES: 3
61
62
- name: Test Tox
63
run: |
mise.toml
@@ -1,6 +1,6 @@
1
[tools]
2
java = "21.0"
3
-maven = "3.9"
+maven = "3.9.10"
4
python = "3.10"
5
uv = "latest" # required for pipx backend
6
"pipx:tox" = { version = "latest", uvx = "true", uvx_args = "--managed-python" }
0 commit comments