Skip to content

Commit

Permalink
Fix cache hit
Browse files Browse the repository at this point in the history
Signed-off-by: JaySon-Huang <[email protected]>
  • Loading branch information
JaySon-Huang committed Mar 22, 2023
1 parent ca19baa commit 9130595
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cpp-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
path: ~/pocoinstall/v1_12_4
key: ${{ runner.os }}-Poco-v_1_12_4-t0
- name: Install Poco
if: steps.cache-grpc.outputs.cache-hit != 'true'
if: steps.cache-poco.outputs.cache-hit != 'true'
run: |
export POCO_INSTALL_PATH=~/pocoinstall/v1_12_4 && mkdir -p ${POCO_INSTALL_PATH}
git clone https://github.com/pocoproject/poco.git
Expand Down

0 comments on commit 9130595

Please sign in to comment.