Skip to content

Commit 9130595

Browse files
committed
Fix cache hit
Signed-off-by: JaySon-Huang <tshent@qq.com>
1 parent ca19baa commit 9130595

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/cpp-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
path: ~/pocoinstall/v1_12_4
2323
key: ${{ runner.os }}-Poco-v_1_12_4-t0
2424
- name: Install Poco
25-
if: steps.cache-grpc.outputs.cache-hit != 'true'
25+
if: steps.cache-poco.outputs.cache-hit != 'true'
2626
run: |
2727
export POCO_INSTALL_PATH=~/pocoinstall/v1_12_4 && mkdir -p ${POCO_INSTALL_PATH}
2828
git clone https://github.com/pocoproject/poco.git

0 commit comments

Comments
 (0)