Skip to content

Commit 1aa4df4

Browse files
committed
windows build
1 parent c5c6f24 commit 1aa4df4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/xtracfg.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,8 @@ jobs:
5656
./gradlew nativeCompile -PLIB=true
5757
- name: log0
5858
run: |
59-
ls -lR ./libxtracfg/java/build/native/nativeCompile
59+
dir /s /a ./libxtracfg/java/build/native/nativeCompile
60+
dir /s /a ./libxtracfg/java/build
6061
cat ./libxtracfg/java/build/native/nativeCompile/logs/compiler_commands.txt
6162
- name: log1
6263
run: |

0 commit comments

Comments
 (0)