Skip to content

Commit

Permalink
Unbreak build workflow
Browse files Browse the repository at this point in the history
The latest TC releases are unwrapped ;)
  • Loading branch information
NiLuJe committed Oct 3, 2024
1 parent f1dd0b4 commit cc8c1b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Download toolchain
run: wget -q https://github.com/koreader/koxtoolchain/releases/latest/download/kobo.zip && unzip -p kobo.zip | tar -C ~ -xz
run: wget -q https://github.com/koreader/koxtoolchain/releases/latest/download/kobo.tar.gz | tar -C ~ -xz -
- name: Export toolchain
run: echo ~/x-tools/arm-kobo-linux-gnueabihf/bin >> $GITHUB_PATH
- name: Checkout
Expand Down

0 comments on commit cc8c1b3

Please sign in to comment.