Skip to content

Commit

Permalink
Fix Windows builds when running with cache
Browse files Browse the repository at this point in the history
  • Loading branch information
lighterowl committed Aug 3, 2024
1 parent 5debfb5 commit 5f40696
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/build_windows.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ $ErrorActionPreference = "Stop"

if (Test-Path -Path "$sdk_dir")
{
$env:Path = "${lazarus};${fpc323}\bin\i386-win32;" + $env:Path
$env:Path = "${lazarus};${fpc324}\bin\i386-win32;" + $env:Path
}
else
{
Expand Down

0 comments on commit 5f40696

Please sign in to comment.