diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 5a34e24018..77d1e9a3b5 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -79,7 +79,7 @@ jobs: - name: Install global dependencies run: | - npx azle install-global-dependencies --rust --wasi2ic + AZLE_VERBOSE=true npx azle install-global-dependencies --rust --wasi2ic echo "$HOME/.local/share/dfx/bin" >> $GITHUB_PATH # TODO we should use some Action-specific bot account diff --git a/src/build/stable/commands/install_global_dependencies/install_rust.sh b/src/build/stable/commands/install_global_dependencies/install_rustc.sh similarity index 100% rename from src/build/stable/commands/install_global_dependencies/install_rust.sh rename to src/build/stable/commands/install_global_dependencies/install_rustc.sh