Skip to content

Commit

Permalink
Increase build space
Browse files Browse the repository at this point in the history
  • Loading branch information
rafal-gorecki committed Dec 11, 2023
1 parent 5dc7585 commit 2b25988
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .github/workflows/ros-docker-image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ on:
options:
- cpu
- desktop
- jetson
- jetson
build_type:
description: "Is it a \"development\" or a \"stable\" release?"
required: true
Expand All @@ -37,6 +37,14 @@ jobs:
runs-on: ubuntu-latest

steps:
- name: Maximize build space
uses: easimon/maximize-build-space@master
with:
root-reserve-mb: 20480
remove-dotnet: 'true'
remove-android: 'true'
remove-haskell: 'true'

- name: Set variables
run: |
if [[ "${{ inputs.dockerfile }}" == "desktop" ]]; then
Expand Down

0 comments on commit 2b25988

Please sign in to comment.