File tree Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -48,11 +48,18 @@ jobs:
48
48
uses :
jdx/[email protected] # https://github.com/jdx/mise-action
49
49
with :
50
50
version : 2025.3.2 # [default: latest] mise version to install
51
- install : true # [default: true] run `mise install`
51
+ install : false # [default: true] run `mise install`
52
52
cache : true # [default: true] cache mise using GitHub's cache
53
53
log_level : info # [default: info] log level
54
54
working_directory : infra/terraform # [default: .] directory to run mise in
55
55
56
+ # Workaround: don't install parent's dependencies as we don't use them
57
+ # See: https://github.com/jdx/mise-action/issues/183
58
+ - name : Install ansible-vault
59
+ run : |
60
+ mise config set settings.disable_tools --type list java,maven
61
+ mise install
62
+
56
63
- name : Install ansible-vault
57
64
# NOTE: during version bump don't forget to update in other places: deploy.yml and provisioning-by-ansible.yml
58
65
run : pip3 install ansible==3.4.0
You can’t perform that action at this time.
0 commit comments