Skip to content

Commit

Permalink
next
Browse files Browse the repository at this point in the history
  • Loading branch information
LaurenzV committed Aug 16, 2024
1 parent 359827a commit c1292d2
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,13 @@ jobs:
- name: Build mupdf
run: |
cd mupdf-1.24.8-source
make HAVE_X11=no HAVE_GLUT=no prefix=/usr/local install
make HAVE_X11=no HAVE_GLUT=no
- name: Upload binary
uses: actions/upload-artifact@v4
with:
name: mutool
path: |
build/release/mutool
tests:
name: Tests
Expand Down

0 comments on commit c1292d2

Please sign in to comment.