Release KCL 37 (#5409)

* Use kcl-samples 'next' branch

* Release KCL 37
This commit is contained in:
Adam Chalmers
2025-02-18 12:29:34 -06:00
committed by GitHub
parent 9f60ed8e75
commit bffbed1d42
6 changed files with 8 additions and 8 deletions

View File

@ -32,7 +32,7 @@ child_process.spawnSync('git', [
'clone',
'--single-branch',
'--branch',
'achalmers/offset-plane-kwargs',
'next',
URL_GIT_KCL_SAMPLES,
DIR_KCL_SAMPLES,
])