Skip to content

Commit

Permalink
Fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
traversaro authored Dec 14, 2020
1 parent ecc3ddb commit d50e653
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,12 +95,6 @@ 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

# Workaround for https://github.com/actions/virtual-environments/issues/10
- name: Avoid to use GitHub Actions-installed boost
shell: bash
run: |
echo "::set-env name=BOOST_ROOT::"

# Print environment variables to simplify development and debugging
- name: Environment Variables
Expand Down

0 comments on commit d50e653

Please sign in to comment.