Skip to content

Commit dded7cb

Browse files
Fix CI workflow
1 parent 702265f commit dded7cb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ jobs:
2323
- name: Compile KindleTool
2424
if: steps.cache-kindletool.outputs.cache-hit != 'true'
2525
run: |
26+
sudo apt-get update
2627
sudo apt-get install -y zlib1g-dev libarchive-dev nettle-dev
2728
make
2829
- uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)