Skip to content

Commit

Permalink
check go cache
Browse files Browse the repository at this point in the history
  • Loading branch information
pcw109550 committed Apr 1, 2024
1 parent 18d6506 commit 79c7f00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ jobs:
- checkout
- run:
name: "Fetch submodules for asterisc"
# TODO(pcw109550) Do not recursive update. do we need this???
# TODO(pcw109550) Do not recursive update. do we need this??? ???
command: git submodule update --init
- restore_cache:
key: << parameters.key >>-{{ checksum "<< parameters.file >>" }}
Expand Down

0 comments on commit 79c7f00

Please sign in to comment.