Skip to content

Commit

Permalink
Actually remove variables instead of commenting out
Browse files Browse the repository at this point in the history
  • Loading branch information
Hofer-Julian committed Nov 29, 2024
1 parent 1961f7e commit f210cf6
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/setup-dev-drive.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,7 @@ New-Item $Tmp -ItemType Directory

Write-Output `
"DEV_DRIVE=$($Drive)" `
# "TMP=$($Tmp)" `
# "TEMP=$($Tmp)" `
"RUSTUP_HOME=$($Drive)/.rustup" `
"CARGO_HOME=$($Drive)/.cargo" `
# "PIXI_HOME=$($Drive)/.pixi" `
"PIXI_WORKSPACE=$($Drive)/pixi" `
>> $env:GITHUB_ENV

0 comments on commit f210cf6

Please sign in to comment.