Skip to content

Commit

Permalink
Update action and diff path
Browse files Browse the repository at this point in the history
  • Loading branch information
LaurenzV committed Aug 21, 2024
1 parent e4348de commit 4509aab
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,10 +89,10 @@ jobs:
path: mutool
key: mupdf-binary-v1

- name: Install deps
run: |
sudo apt-get install -y poppler-utils
sudo apt-get install -y ghostscript
- uses: awash128/cache-apt-pkgs-action@latest
with:
packages: poppler-utils ghostscript
version: 1.0

- name: Download the pdfium library
run: |
Expand Down
2 changes: 1 addition & 1 deletion tests/visreg.rs
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ pub fn save_refs(name: &str, renderer: &Renderer, document: RenderedDocument) {
.join(name);

let diffs_path = PathBuf::from(env!("CARGO_MANIFEST_DIR"))
.join("tests/diffs")
.join("tests/diff")
.join(name);

std::fs::create_dir_all(&refs_path).unwrap();
Expand Down

0 comments on commit 4509aab

Please sign in to comment.