Skip to content

Commit

Permalink
Merge pull request #457 from robotology/traversaro-patch-1
Browse files Browse the repository at this point in the history
GitHub Actions: Add check on free space
  • Loading branch information
traversaro authored Sep 1, 2020
2 parents 0086042 + 70504e4 commit fe37721
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,11 @@ jobs:
project_tags_cmake_options: "-DROBOTOLOGY_PROJECT_TAGS=Custom -DROBOTOLOGY_PROJECT_TAGS_CUSTOM_FILE=${GITHUB_WORKSPACE}/releases/2020.08.yaml"
steps:
- uses: actions/checkout@master

- name: Check free space
shell: bash
run: |
df -h
# Workaround for https://github.com/actions/virtual-environments/issues/10
- name: Avoid to use GitHub Actions-installed boost
Expand Down

0 comments on commit fe37721

Please sign in to comment.