mirror of
https://github.com/ggerganov/whisper.cpp.git
synced 2025-04-02 20:18:42 +02:00
ci : fix path to SDL2.dll
This commit is contained in:
parent
95288a8f99
commit
fdeea64b86
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
@ -1045,8 +1045,8 @@ jobs:
|
||||
exit 1
|
||||
}
|
||||
|
||||
Copy-Item -Path "x64_SDL2.dll" -Destination "bindings\java\build\generated\resources\main\SDL2.dll" -Force
|
||||
Write-Host "Copied x64_SDL2.dll to resources directory"
|
||||
Copy-Item -Path "SDL2.dll" -Destination "bindings\java\build\generated\resources\main\SDL2.dll" -Force
|
||||
Write-Host "Copied SDL2.dll to resources directory"
|
||||
|
||||
- name: Build
|
||||
run: |
|
||||
|
Loading…
Reference in New Issue
Block a user