Skip to content

Commit

Permalink
chore(ci): remove unused path
Browse files Browse the repository at this point in the history
  • Loading branch information
oberrich committed Jan 11, 2025
1 parent 3b15358 commit 4857f47
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,10 +58,9 @@ jobs:
)
$paths = @(
"$env:ProgramFiles\\Git\\cmd", # Git
"$env:ProgramFiles\\Git\\bin", # Bash
"$env:ProgramData\\chocolatey\\bin", # Chocolatey
"$env:USERPROFILE\\.cargo\\bin" # Rust
"$env:USERPROFILE\\.cargo\\bin", # Rust
"$env:ProgramFiles\\Git\\cmd", # Git
"$env:ProgramFiles\\Git\\bin", # Bash
)

function Log { param([string]$Message, [string]$Level = "INFO")
Expand Down

0 comments on commit 4857f47

Please sign in to comment.