Skip to content

Commit

Permalink
[CI] Fix dependencies cache not being used
Browse files Browse the repository at this point in the history
  • Loading branch information
xEnVrE committed Nov 16, 2023
1 parent c353e5a commit 1ed431f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
key: src-deps-${{ runner.os }}-os-${{ matrix.os }}-build-${{ matrix.build_type }}-yarp-${{ env.YARP_TAG }}

- name: Dependencies (from source) [Ubuntu]
if: contains(matrix.os, 'ubuntu')
if: steps.cache-src-deps.outputs.cache-hit != 'true' && contains(matrix.os, 'ubuntu')
run: |
# YCM
cd ${GITHUB_WORKSPACE}
Expand Down

0 comments on commit 1ed431f

Please sign in to comment.