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 1aa4df4 commit cee1d9aCopy full SHA for cee1d9a
.github/workflows/xtracfg.yml
@@ -56,8 +56,8 @@ jobs:
56
./gradlew nativeCompile -PLIB=true
57
- name: log0
58
run: |
59
- dir /s /a ./libxtracfg/java/build/native/nativeCompile
60
- dir /s /a ./libxtracfg/java/build
+ dir /s /a libxtracfg\\java\\build\\native\\nativeCompile
+ dir /s /a libxtracfg\\java\\build
61
cat ./libxtracfg/java/build/native/nativeCompile/logs/compiler_commands.txt
62
- name: log1
63
0 commit comments