Skip to content

Commit

Permalink
download custom devices from my repo to get PR compile
Browse files Browse the repository at this point in the history
  • Loading branch information
elral committed Sep 19, 2023
1 parent c22d6fb commit 0486850
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.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
- name: Checkout component library
uses: actions/checkout@v3
with:
repository: MobiFlight/MobiFlight-CustomDevices
repository: elral/MobiFlight-CustomDevices
path: CustomDevices

- name: Run PlatformIO
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
- name: Checkout component library
uses: actions/checkout@v3
with:
repository: MobiFlight/MobiFlight-CustomDevices
repository: elral/MobiFlight-CustomDevices
path: CustomDevices

- name: Extract build version
Expand Down

0 comments on commit 0486850

Please sign in to comment.