Skip to content

Commit

Permalink
windows uses backslashes for file paths
Browse files Browse the repository at this point in the history
  • Loading branch information
afujiwara-roblox committed Oct 5, 2023
1 parent 6abfadd commit 8b68e37
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,6 @@ jobs:
run: |
cargo install --path .
foreman --version
$env:Path += '%USERPROFILE%/.foreman'
./scripts/kill-process-test-windows.ps1
$env:Path += '%USERPROFILE%/.foreman/bin'
.\scripts\kill-process-test-windows.ps1

0 comments on commit 8b68e37

Please sign in to comment.