Skip to content

Commit

Permalink
fix: fix build
Browse files Browse the repository at this point in the history
* Uses CustomPiOS v1.5.0 instead of devel branch

Signed-off-by: Stephan Wendel <[email protected]>
  • Loading branch information
KwadFan committed Oct 26, 2024
1 parent 0d951e4 commit 0442ca3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/BuildImages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ jobs:
uses: ./repository/.github/actions/build
with:
config: ${{ matrix.config }}
custompios-ref: 1.5.0

- name: Rename image file
id: move-image
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/Release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,7 @@ jobs:
uses: ./repository/.github/actions/build
with:
config: ${{ matrix.config }}
custompios-ref: 1.5.0

- name: Upload failed Logfile
if: failure()
Expand Down

0 comments on commit 0442ca3

Please sign in to comment.