Skip to content

Commit 2607e05

Browse files
committed
Remove broken reference to checkout of plumber_core code in Copilot setup workflow
1 parent d073e9b commit 2607e05

File tree

2 files changed

+0
-7
lines changed

2 files changed

+0
-7
lines changed

.github/copilot-instructions.md

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

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

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -27,12 +27,6 @@ jobs:
2727
steps:
2828
- name: Checkout Plumber code
2929
uses: actions/checkout@v4
30-
31-
- name: Checkout plumber_core code for reference
32-
uses: actions/checkout@v4
33-
with:
34-
repository: lasa01/plumber_core
35-
path: /temp/plumber_core
3630

3731
- name: Set up Python
3832
uses: actions/setup-python@v5

0 commit comments

Comments
 (0)