We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3680a59 commit 0b23f85Copy full SHA for 0b23f85
1 file changed
.github/workflows/ci.yml
@@ -69,10 +69,15 @@ jobs:
69
java-version: '11'
70
- name: Build libraries
71
run: |
72
+ dir
73
+ dir curl
74
+ dir curl\build
75
+ dir curl\build\lib
76
+ dir curl\build\lib\Release
77
mvn compile
78
.github\build.bat `
79
-DLLAMA_CURL=ON `
- -DCURL_LIBRARY=curl\build\lib\Release\libcurl_imp.lib `
80
+ -DCURL_LIBRARY=${{ github.workspace }}\curl\build\lib\Release\libcurl_imp.lib `
81
-DCURL_INCLUDE_DIR=curl\include
82
- name: Run tests
83
run: mvn test
0 commit comments