Skip to content

Commit 9743121

Browse files
committed
fix nocache cond
1 parent 442fcd7 commit 9743121

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ jobs:
3737
echo "nocache=true" >> $GITHUB_ENV
3838
else
3939
echo "nocache=false" >> $GITHUB_ENV
40+
fi
4041
4142
- name: Install dependencies on Linux
4243
if: steps.cache-dependencies.outputs.cache-hit != 'true' && env.nocache == 'false'

0 commit comments

Comments
 (0)