Skip to content

Commit df16fc5

Browse files
authored
Update test-build.yml
1 parent 53d4c3b commit df16fc5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/test-build.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,8 @@ jobs:
3131
- name: Test Build (Windows)
3232
if: matrix.os == 'windows-latest'
3333
run: |
34-
curl -L -o book_filter6.html https://github.com/GATEOverflow/GO-PDFs/releases/download/ugcnet/book_filter6.html
34+
# curl -L -o book_filter6.html https://github.com/GATEOverflow/GO-PDFs/releases/download/ugcnet/book_filter6.html
35+
Invoke-WebRequest -Uri 'https://github.com/wkhtmltopdf/wkhtmltopdf/releases/download/0.12.6/wkhtmltox-0.12.6-1.msvc2015-win64.exe' -OutFile 'wkhtmltox-0.12.6-1.msvc2015-win64.exe'
3536
mlcr make,go,pdf,_go-cse,_vol1 --input=book_filter6.html -v --quiet
3637
3738
- name: Test Build (Linux/macOS)

0 commit comments

Comments
 (0)