Skip to content

Commit 5f088d7

Browse files
committed
Fix Windows CI: set working-directory for build.bat
1 parent 59db182 commit 5f088d7

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/build-natives.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@ jobs:
1212

1313
- name: Build Windows native DLLs
1414
shell: cmd
15-
run: call mediaplayer\src\jvmMain\native\windows\build.bat
15+
working-directory: mediaplayer/src/jvmMain/native/windows
16+
run: call build.bat
1617

1718
- name: Verify Windows natives
1819
shell: bash

0 commit comments

Comments
 (0)