Skip to content

Commit

Permalink
chore: use nushell in ci
Browse files Browse the repository at this point in the history
  • Loading branch information
oberrich committed Jan 10, 2025
1 parent ded5de5 commit a2a9c55
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,17 +59,7 @@ jobs:
Write-Host "$(Get-Date -Format 'yyyy-MM-dd HH:mm:ss') [$Level] - $Message"
}
function Install {
param(
[Parameter(Mandatory=$true)] [string]$Name,
[Parameter(Mandatory=$true)] [scriptblock]$Action,
[string]$Level = "INFO"
)
Log -Level $Level -Message "Installing $SoftwareName..."
&$Action
Log -Level $Level -Message "$SoftwareName installation completed."
}
Export-ModuleMember -Function Log
$installs = @(
@{ Name = 'LLVM 19.1.5 (aarch64)'; Action = { & '${{github.workspace}}\LLVM-19.1.5-woa64.exe' /S } },
Expand Down

0 comments on commit a2a9c55

Please sign in to comment.