Skip to content

Commit d073e9b

Browse files
committed
Update paths for Rust backend reference in CI and workflow setup
1 parent ebff3aa commit d073e9b

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

.github/copilot-instructions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
## Integration Points
5050
- **External:**
5151
- Steam game detection (auto/manual)
52-
- Rust backend (`plumber_core` repo) checked out for reference in CI
52+
- Rust backend (`plumber_core` repo) checked out for reference in `/temp/plumber_core`
5353
- Blender API (via `bpy` module)
5454
- **Internal:**
5555
- Custom Blender properties for imported metadata (see README)

.github/workflows/copilot-setup-steps.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,14 +27,12 @@ jobs:
2727
steps:
2828
- name: Checkout Plumber code
2929
uses: actions/checkout@v4
30-
with:
31-
path: Plumber
3230

3331
- name: Checkout plumber_core code for reference
3432
uses: actions/checkout@v4
3533
with:
3634
repository: lasa01/plumber_core
37-
path: plumber_core
35+
path: /temp/plumber_core
3836

3937
- name: Set up Python
4038
uses: actions/setup-python@v5

0 commit comments

Comments
 (0)