Skip to content

Commit

Permalink
Simplify that again
Browse files Browse the repository at this point in the history
cba to look into how GH Actions actually work to honor the env.
  • Loading branch information
NiLuJe committed Oct 3, 2024
1 parent 1bf1969 commit 6951f3c
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Download toolchain
run: |
wget -q https://github.com/koreader/koxtoolchain/releases/latest/download/kobo.tar.gz -O - | tar -xzf - -C ~
wget -q https://github.com/koreader/koxtoolchain/raw/refs/heads/master/refs/x-compile.sh -O ~/x-compile.sh
run: wget -q https://github.com/koreader/koxtoolchain/releases/latest/download/kobo.tar.gz -O - | tar -xzf - -C ~
- name: Export toolchain
run: |
source ~/x-compile.sh kobo env bare
echo ~/x-tools/arm-kobo-linux-gnueabihf/bin >> $GITHUB_PATH
run: echo ~/x-tools/arm-kobo-linux-gnueabihf/bin >> $GITHUB_PATH
- name: Checkout
uses: actions/checkout@v4
with:
Expand Down

0 comments on commit 6951f3c

Please sign in to comment.