Skip to content

Commit

Permalink
Use our KindleTool fork
Browse files Browse the repository at this point in the history
ThatHackerDudeFromCyberspace committed Jan 2, 2025
1 parent eb2a33f commit 03b495e
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -10,16 +10,16 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v4
if: steps.cache-kindletool.outputs.cache-hit != 'true'
with:
repository: KindleModding/KindleTool
- name: Cache Kindletool
id: cache-kindletool
uses: actions/cache@v4
with:
path: KindleTool
key: ${{ runner.os }}-kindletool
- uses: actions/checkout@v4
if: steps.cache-kindletool.outputs.cache-hit != 'true'
with:
repository: NiLuJe/KindleTool
key: ${{ runner.os }}-kindletool-${{ hashFiles('**') }}
- name: Compile KindleTool
if: steps.cache-kindletool.outputs.cache-hit != 'true'
run: |

0 comments on commit 03b495e

Please sign in to comment.