Skip to content

Commit

Permalink
Update Best-Builder.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
izzy2fancy authored Mar 11, 2024
1 parent 72d82e4 commit 925f585
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/Best-Builder.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
Invoke-WebRequest -Uri $url -OutFile $zipFile
Expand-Archive -Path $zipFile -DestinationPath $extractFolder
Move-Item "$extractFolder\*" "dep\msvc\deps-x64\include\SDL2\"
Move-Item "$extractFolder\*" "dep\msvc\include\SDL2\"
Remove-Item -Path $extractFolder -Recurse -Force
Remove-Item -Path $zipFile -Force
Expand Down

0 comments on commit 925f585

Please sign in to comment.