From 13c836666f7a1030abc98f9155dc1eb7701a5c7f Mon Sep 17 00:00:00 2001 From: oberrich Date: Fri, 10 Jan 2025 07:29:03 +0100 Subject: [PATCH] chore: use nushell in ci --- .github/workflows/rust.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index cc21141..39e4cf5 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -73,7 +73,7 @@ jobs: $installs | ForEach-Object { if ($_.Url -ne $null) { Write-Host "Downloading $_.Name from $_.Url..." - Invoke-WebRequest -Uri $install.Url -OutFile "${{github.workspace}}\" + (Split-Path $_.Url -Leaf) + Invoke-WebRequest -Uri $_.Url -OutFile "${{github.workspace}}\" + (Split-Path $_.Url -Leaf) } Log "Starting installation of $($_.Name)..."