Skip to content

Commit

Permalink
+libtest
Browse files Browse the repository at this point in the history
  • Loading branch information
mikee47 committed Jun 9, 2024
1 parent 5aa4697 commit 3d5b325
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci-dispatch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ on:

jobs:
build:
uses: SmingHub/Sming/.github/workflows/library.yml@develop
uses: mikee47/Sming/.github/workflows/library.yml@feature/clang
with:
sming_repo: ${{ inputs.sming_repo }}
sming_branch: ${{ inputs.sming_branch }}
2 changes: 1 addition & 1 deletion .github/workflows/ci-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ on: [push, pull_request]

jobs:
build:
uses: SmingHub/Sming/.github/workflows/library.yml@develop
uses: mikee47/Sming/.github/workflows/library.yml@feature/clang

0 comments on commit 3d5b325

Please sign in to comment.