Skip to content

Commit

Permalink
fix: Authenticate exec package download (#1751)
Browse files Browse the repository at this point in the history
Fixes #1748
  • Loading branch information
olivier-lacroix authored Aug 7, 2024
1 parent 7dda4db commit d4264fa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/cli/exec.rs
Original file line number Diff line number Diff line change
Expand Up @@ -230,6 +230,7 @@ pub async fn create_exec_prefix(

// Install the environment
Installer::new()
.with_download_client(client.clone())
.with_reporter(
IndicatifReporter::builder()
.with_multi_progress(global_multi_progress())
Expand Down

0 comments on commit d4264fa

Please sign in to comment.