Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 0b23f85

Browse files
committed
Update CI windows curl build
1 parent 3680a59 commit 0b23f85

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/ci.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,10 +69,15 @@ jobs:
6969
java-version: '11'
7070
- name: Build libraries
7171
run: |
72+
dir
73+
dir curl
74+
dir curl\build
75+
dir curl\build\lib
76+
dir curl\build\lib\Release
7277
mvn compile
7378
.github\build.bat `
7479
-DLLAMA_CURL=ON `
75-
-DCURL_LIBRARY=curl\build\lib\Release\libcurl_imp.lib `
80+
-DCURL_LIBRARY=${{ github.workspace }}\curl\build\lib\Release\libcurl_imp.lib `
7681
-DCURL_INCLUDE_DIR=curl\include
7782
- name: Run tests
7883
run: mvn test

0 commit comments

Comments
 (0)