Skip to content

Commit 230eed4

Browse files
.github/workflows/test_sysinstall.yml: Fix sysinstall_sudo test to use main MuPDF repository.
1 parent bec2b4f commit 230eed4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test_sysinstall.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,9 @@ jobs:
3434
- name: sysinstall_venv
3535
run:
3636
# Use venv.
37-
python3 scripts/sysinstall.py --root / --mupdf-git '--branch master https://github.com/ArtifexSoftware/mupdf.git'
37+
python3 scripts/sysinstall.py --mupdf-git '--branch master https://github.com/ArtifexSoftware/mupdf.git'
3838

3939
- name: sysinstall_sudo
4040
run:
4141
# 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'
42+
python3 scripts/sysinstall.py --mupdf-git '--branch master https://github.com/ArtifexSoftware/mupdf.git' --pip sudo --root /

0 commit comments

Comments
 (0)