Skip to content

Commit

Permalink
fix(ci): run a script to install pdfium for mac
Browse files Browse the repository at this point in the history
Signed-off-by: Tarek <[email protected]>
  • Loading branch information
tareknaser committed Apr 26, 2024
1 parent c0fabaa commit 61c3ab9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,6 @@ jobs:
- name: Install Rust
uses: dtolnay/rust-toolchain@stable
- name: Install pdfium
run: brew install pdfium
run: .github/scripts/pdfium.sh
- name: Run tests
run: cargo test --verbose

0 comments on commit 61c3ab9

Please sign in to comment.