chore(build): skip builder script Ruby development dependencies

This commit is contained in:
2024-08-09 09:10:08 +01:00
parent 3967c4ecc8
commit ec8c83bd4b

View File

@@ -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: