From b340ff3446d9e6055204d6f5c285b8633fd9085f Mon Sep 17 00:00:00 2001 From: oberrich Date: Fri, 10 Jan 2025 06:23:08 +0100 Subject: [PATCH] chore: use nushell in ci --- .github/workflows/rust.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index 953c16b..3bb57f2 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -59,8 +59,6 @@ jobs: Write-Host "$(Get-Date -Format 'yyyy-MM-dd HH:mm:ss') [$Level] - $Message" } - Export-ModuleMember -Function Log - $installs = @( @{ Name = 'LLVM 19.1.5'; Action = { & '${{github.workspace}}\LLVM-19.1.5-woa64.exe' /S } }, @{ Name = 'Git 2.48.0-rc1'; Action = { & '${{github.workspace}}\Git-2.48.0-rc1-arm64.exe' /VERYSILENT } },