We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c5c6f24 commit 1aa4df4Copy full SHA for 1aa4df4
.github/workflows/xtracfg.yml
@@ -56,7 +56,8 @@ jobs:
56
./gradlew nativeCompile -PLIB=true
57
- name: log0
58
run: |
59
- ls -lR ./libxtracfg/java/build/native/nativeCompile
+ dir /s /a ./libxtracfg/java/build/native/nativeCompile
60
+ dir /s /a ./libxtracfg/java/build
61
cat ./libxtracfg/java/build/native/nativeCompile/logs/compiler_commands.txt
62
- name: log1
63
0 commit comments