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 a2a9c55 commit 4911241
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ jobs:
$exports | ForEach-Object {
$path = $_
Add-Content -Path $env:GITHUB_PATH -Value $path
Log -Message "Added $path to `$env:GITHUB_PATH`"
Log -Message "Added $path to $env:GITHUB_PATH"
}
- name: Install Rust
Expand Down

0 comments on commit 4911241

Please sign in to comment.