We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5dbc2c6 commit 6e0220eCopy full SHA for 6e0220e
.github/workflows/xtracfg.yml
@@ -75,7 +75,7 @@ jobs:
75
working-directory: ./libxtracfg/c
76
run: |
77
./build.bat
78
- ./test.bat
+ # ./test.bat
79
- name: log2
80
81
ls -l ./libxtracfg/c/build
libxtracfg/c/build.bat
@@ -28,6 +28,6 @@ echo test
28
ls -l
29
30
REM static
31
-cl.exe /I./ /Fetest.exe ../test/main.c libxtracfg.lib %JAVA_HOME%/lib/svm/builder/clibraries/windows-amd64/jvm.lib
+cl.exe /I./ /Fetest.exe ../test/main.c libxtracfg.lib %JAVA_HOME%/lib/jvm.lib
32
33
cd ..
0 commit comments