Skip to content

Commit

Permalink
Fix restore_cache syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
lucksus committed Jan 23, 2024
1 parent 4e1edbf commit 673f7a6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ jobs:
sudo apt-get install -y libgtk-3-dev webkit2gtk-4.0 libappindicator3-dev librsvg2-dev patchelf protobuf-compiler cmake
- restore_cache:
key: hc-0.3.0-beta-dev.27

keys:
- hc-0.3.0-beta-dev.27
- run:
name: Install HC
command: |
Expand Down

0 comments on commit 673f7a6

Please sign in to comment.