Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
patricklx authored Jun 7, 2024
1 parent f259c6a commit 9dd0b3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
if: runner.os == 'Windows'
working-directory: ${{ matrix.dir }}
run:
$currentPath=(Get-Item .).FullName
$currentPath=(Get-Item .).FullName;
$tmpPath = Join-Path $currentPath "tmp";
echo "TMP=$tmpPath" >> "$GITHUB_ENV";
echo "TEMP=$tmpPath" >> "$GITHUB_ENV";
Expand Down

0 comments on commit 9dd0b3a

Please sign in to comment.