Skip to content

Commit a066e8c

Browse files
Add verbose output for mise, remove duplicate step
1 parent b532744 commit a066e8c

File tree

2 files changed

+4
-6
lines changed

2 files changed

+4
-6
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -52,12 +52,10 @@ jobs:
5252
- uses: jdx/mise-action@146a28175021df8ca24f8ee1828cc2a60f980bd5 # v3.5.1
5353
with:
5454
version: 2025.12.12
55-
env:
55+
env:
56+
MISE_VERBOSE: 1
5657
MISE_HTTP_TIMEOUT: 120
57-
58-
- uses: jdx/mise-action@146a28175021df8ca24f8ee1828cc2a60f980bd5 # v3.5.1
59-
with:
60-
version: 2025.12.12
58+
MISE_HTTP_RETRIES: 3
6159

6260
- name: Test Tox
6361
run: |

mise.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tools]
22
java = "21.0"
3-
maven = "3.9"
3+
maven = "3.9.10"
44
python = "3.10"
55
uv = "latest" # required for pipx backend
66
"pipx:tox" = { version = "latest", uvx = "true", uvx_args = "--managed-python" }

0 commit comments

Comments
 (0)