Skip to content

Commit

Permalink
Update run_tests.yml
Browse files Browse the repository at this point in the history
sudo
  • Loading branch information
jkraemer authored Sep 15, 2023
1 parent 060c0f1 commit 06813ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- name: Install dependencies
run: bundle install
- name: Install PDFTK-Java
run: apt install -y pdftk-java
run: sudo apt install -y pdftk-java
- name: Run tests
run: bundle exec rake

0 comments on commit 06813ab

Please sign in to comment.