fix(build): use correct bootstrap make target

This commit is contained in:
2023-11-19 23:34:40 +00:00
parent 3e4d8b1833
commit 04d1bbeb71

View File

@@ -174,7 +174,7 @@ jobs:
-ilname '*/Library/Frameworks/Python.framework/*'
-delete
- name: Install dependencies
run: make bootstrap-ci
run: make bootstrap
working-directory: builder
- name: Download build-plan artifact
uses: actions/download-artifact@v3