File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 77
77
- name : Cache Cargo registry + index
78
78
if : ${{ inputs.cargo-cache == 'true' || env.NEEDS_RUST == 'true' }}
79
79
uses : actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
80
- name : Cache Cargo registry + index
81
80
with :
82
81
path : |
83
82
~/.cargo/bin/
90
89
91
90
- name : Install mold
92
91
if : ${{ startsWith(matrix.os, 'ubuntu') && inputs.mold == 'true' }}
92
+ shell : bash
93
93
run : |
94
94
# Install mold, because the system linker wastes a bunch of time.
95
95
#
@@ -131,6 +131,7 @@ runs:
131
131
132
132
133
133
- name : Run prepare.sh
134
+ shell : bash
134
135
run : |
135
136
modules=()
136
137
[[ "${{ inputs.rustup == 'true' || env.NEEDS_RUST == 'true' }}" == "true" ]] && modules+=("rustup")
@@ -145,4 +146,3 @@ runs:
145
146
[[ "${{ inputs.datadog-ci }}" == "true" ]] && modules+=("datadog-ci")
146
147
MODULES=$(IFS=,; echo "${modules[*]}")
147
148
./script/environment/prepare.sh --modules "${MODULES}"
148
- shell : bash
You can’t perform that action at this time.
0 commit comments