Skip to content

Commit be60e6c

Browse files
committed
VCI-75: Install jq
1 parent 5539de1 commit be60e6c

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/vc-platform-image.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ jobs:
2424
id: cache-jq
2525
with:
2626
path: "~/jq"
27+
key: ${{ runner.os }}-${{ hashFiles('**/lockfiles') }}
2728

2829
- name: Install jq
2930
env:

vc-platform-image/test.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
12
1+
123

0 commit comments

Comments
 (0)