Skip to content

Commit

Permalink
fix(build): use correct bootstrap make target
Browse files Browse the repository at this point in the history
  • Loading branch information
jimeh committed Nov 19, 2023
1 parent 3e4d8b1 commit 04d1bbe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 04d1bbe

Please sign in to comment.