Skip to content

Commit

Permalink
chore(build): skip builder script Ruby development dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
jimeh committed Aug 9, 2024
1 parent 3967c4e commit ec8c83b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -176,6 +176,8 @@ jobs:
- name: Install dependencies
run: make bootstrap
working-directory: builder
env:
BUNDLE_WITHOUT: "development"
- name: Download build-plan artifact
uses: actions/download-artifact@v4
with:
Expand Down

0 comments on commit ec8c83b

Please sign in to comment.