Skip to content

Commit

Permalink
CI: Install pdftk
Browse files Browse the repository at this point in the history
  • Loading branch information
MakisH committed Sep 18, 2024
1 parent 6df16e9 commit 4ae5277
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,9 @@ jobs:
- name: Check out repository
uses: actions/checkout@v4
- name: Build
run: cd fsi-workflow && make
run: |
apt-get update && apt-get install -y pdftk
cd fsi-workflow && make
- name: Upload artifacts
uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit 4ae5277

Please sign in to comment.