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 6750c2c commit 66e8c7f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,9 @@ jobs:
- name: Use nushell
if: matrix.os == 'windows-11-preview_aarch64'
run: |
Set-ExecutionPolicy Bypass -Scope Process -Force
function Log {
param(
[Parameter(Mandatory=$true)] [string]$Message,
Expand Down Expand Up @@ -95,7 +98,7 @@ jobs:
$exports | ForEach-Object {
$_ | Out-File -FilePath $env:GITHUB_PATH -Encoding utf8 -Append
Log -Message "Added $_ to \$GITHUB_PATH"
Log -Message "Added $_ to GITHUB_PATH"
}
- name: Install Rust
Expand Down

0 comments on commit 66e8c7f

Please sign in to comment.