diff options
Diffstat (limited to 'run.sh')
| -rwxr-xr-x | run.sh | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -75,6 +75,8 @@ function prepare_python() { } function prepare_tools() { + dpkg -i /opt/toolcache/rust*.deb + if ! asdf current 2> >(grep -q 'is not installed'); then echo "Installing missing tools…" asdf install |
