We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a2aa2c7 commit e2aa899Copy full SHA for e2aa899
.github/workflows/continuous_integration.yml
@@ -65,7 +65,7 @@ jobs:
65
key: ${{ runner.os }}-dependencies-${{ hashFiles('dependencies/*') }}
66
67
- name: Build dependencies
68
- #if: steps.cache-dependencies.outputs.cache-hit != 'true'
+ if: steps.cache-dependencies.outputs.cache-hit != 'true'
69
run: |
70
echo $env:GITHUB_WORKSPACE\\build_deps
71
mkdir $env:GITHUB_WORKSPACE\\build_deps
0 commit comments