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 3f4c225 commit 9b630d0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,16 +87,16 @@ jobs:
}
$exports = @(
"$env:ProgramData\chocolatey\bin", # Chocolatey
"$env:USERPROFILE\.cargo\bin", # Rust
"$env:ProgramFiles\Git\cmd", # Git
"$env:ProgramFiles\Git\bin" # Bash
"$env:ProgramData\chocolatey\bin", # Chocolatey
"$env:USERPROFILE\.cargo\bin", # Rust
)
$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 \$GITHUB_PATH"
}
- name: Install Rust
Expand Down

0 comments on commit 9b630d0

Please sign in to comment.