Skip to content

Commit c32506d

Browse files
edwardbrclaude
andcommitted
Pin Canopy checkout to decoupled_json branch
Canopy main still contains types/json which causes a json_idl_generate target name collision with CanopyJSON's own interface. Use the decoupled_json branch until the PR merges. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 7452c87 commit c32506d

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/main.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,13 @@ jobs:
2323
# If Canopy is a private repository, add a personal access token as the
2424
# secret CANOPY_PAT (Settings → Secrets and variables → Actions) and
2525
# uncomment the token line below.
26+
# TODO: remove ref once the decoupled_json PR is merged into Canopy main
2627
- name: Checkout Canopy
2728
uses: actions/checkout@v4
2829
with:
2930
repository: edwardbr/Canopy
3031
path: Canopy
32+
ref: decoupled_json
3133
# token: ${{ secrets.CANOPY_PAT }}
3234

3335
- name: Install dependencies

0 commit comments

Comments
 (0)