We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e53d840 commit e37bfceCopy full SHA for e37bfce
.github/workflows/main.yml
@@ -102,7 +102,8 @@ jobs:
102
vinca --multiple --platform win-64
103
- name: Generate azure pipelines for win-64
104
run: |
105
- vinca-gha --platform win-64 --trigger-branch buildbranch_win -d ./recipes
+ # --batch_size 10 is a workaround for https://github.com/RoboStack/robostack.github.io/issues/105
106
+ vinca-gha --platform win-64 --trigger-branch buildbranch_win -d ./recipes --batch_size 10
107
- name: Commit files for win-64
108
109
if [[ -f "win.yml" ]]; then
0 commit comments