We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bec2b4f commit 230eed4Copy full SHA for 230eed4
.github/workflows/test_sysinstall.yml
@@ -34,9 +34,9 @@ jobs:
34
- name: sysinstall_venv
35
run:
36
# Use venv.
37
- python3 scripts/sysinstall.py --root / --mupdf-git '--branch master https://github.com/ArtifexSoftware/mupdf.git'
+ python3 scripts/sysinstall.py --mupdf-git '--branch master https://github.com/ArtifexSoftware/mupdf.git'
38
39
- name: sysinstall_sudo
40
41
# Do not use a venv, instead install required packages with sudo.
42
- python3 scripts/sysinstall.py --pip sudo --root / --mupdf-git '--branch master https://github.com/ArtifexSoftware/mupdf-julian.git'
+ python3 scripts/sysinstall.py --mupdf-git '--branch master https://github.com/ArtifexSoftware/mupdf.git' --pip sudo --root /
0 commit comments