Skip to content

Commit

Permalink
Fix CI library build (requires alias)
Browse files Browse the repository at this point in the history
  • Loading branch information
mikee47 committed Apr 20, 2023
1 parent 2bc5df3 commit 557e016
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci-dispatch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,4 @@ jobs:
with:
sming_repo: ${{ inputs.sming_repo }}
sming_branch: ${{ inputs.sming_branch }}
alias: Graphics
2 changes: 2 additions & 0 deletions .github/workflows/ci-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,5 @@ on: [push]
jobs:
build:
uses: SmingHub/Sming/.github/workflows/library.yml@develop
with:
alias: Graphics

0 comments on commit 557e016

Please sign in to comment.