Skip to content

Commit

Permalink
workflow: cache CE 22 also
Browse files Browse the repository at this point in the history
  • Loading branch information
Zabrimus committed Sep 17, 2024
1 parent a958deb commit 9e40bd6
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/precache-sources.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ on:
- all
- CoreELEC-20
- CoreELEC-21
- CoreELEC-22
- LibreELEC-11
- LibreELEC-12
- LibreELEC-13
Expand All @@ -34,6 +35,14 @@ jobs:
config: CoreELEC-21
secrets: inherit

coreelec-22:
name: CoreELEC-22
if: ( github.event.inputs.target == 'CoreELEC-22' || github.event.inputs.target == 'all' || github.event.inputs.target == '' )
uses: ./.github/workflows/download-sources.yml
with:
config: CoreELEC-22
secrets: inherit

libreelec-11:
name: LibreELEC-11
if: ( github.event.inputs.target == 'LibreELEC-11' || github.event.inputs.target == 'all' || github.event.inputs.target == '' )
Expand Down

0 comments on commit 9e40bd6

Please sign in to comment.