zotero / reader

PDF/EPUB/HTML reader for Zotero
Other
129 stars 30 forks source link

CI builds are failing due to epub.js submodule #136

Closed dstillman closed 2 months ago

dstillman commented 2 months ago
  Submodule 'epubjs/epub.js' (https://github.com/zotero/epub.js.git) registered for path 'epubjs/epub.js'
  Submodule 'pdfjs/pdf.js' (https://github.com/zotero/pdf.js.git) registered for path 'pdfjs/pdf.js'
  Cloning into '/home/runner/work/reader/reader/epubjs/epub.js'...
  Cloning into '/home/runner/work/reader/reader/pdfjs/pdf.js'...
  Error: fatal: remote error: upload-pack: not our ref c8af9446579aac722a0a86cb2bf44a5ee80100b4
  Error: fatal: Fetched in submodule path 'epubjs/epub.js', but it did not contain c8af9446579aac722a0a86cb2bf44a5ee80100b4. Direct fetching of that commit failed.
  Error: The process '/usr/bin/git' failed with exit code 128

This is causing all client builds to have to build the reader locally.

AbeJellinek commented 2 months ago

Sorry about that, just pushed to our epub.js fork, so it should work now.